1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 17:56:41 +00:00
termux-packages/repo.json
Henrik Grimler 56dbb9cf80
CI: specify distribution in repo.json as well
x11-repo uses distribution x11, and root-repo distribution root.
Store this information in the json file as well, and parse it to set
both REPOSITORY_NAME and REPOSITORY_DISTRIBUTION.

Also remove unnecessary `< repo.json` from jq command, jq accepts the
file as an argument.

This fixes upload issues to x11-repo and root-repo.
2022-04-20 16:37:36 +02:00

6 lines
220 B
JSON

{
"packages": { "name" : "termux-main", "distribution" : "stable" },
"root-packages": { "name" : "termux-root", "distribution" : "root" },
"x11-packages": { "name" : "termux-x11", "distribution" : "x11" }
}