update: Move to go-configparser from go-ini for multiline support

This commit is contained in:
ngn
2024-02-23 21:31:38 +03:00
parent 564ccaa109
commit caabb73a12
5 changed files with 627 additions and 283 deletions

View File

@ -5,7 +5,7 @@ Soruce code of MatterLinux's package tracker, located at
### Configuration
Tracker can be configured to track different repos. Configuration
is stored in the `cfg.json` file. Here is the configuration for tracking
official repos:
official MatterLinux 24 repos:
```
{
"repos": [
@ -13,13 +13,13 @@ official repos:
"name": "base",
"branch": "main",
"source": "https://git.matterlinux.xyz/Matter/base",
"url": "https://pkgs.matterlinux.xyz/base"
"url": "https://24.matterlinux.xyz/base"
},
{
"name": "desktop",
"branch": "main",
"source": "https://git.matterlinux.xyz/Matter/desktop",
"url": "https://pkgs.matterlinux.xyz/desktop"
"url": "https://24.matterlinux.xyz/desktop"
}
]
}