56dbb9cf80
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.
6 lines
220 B
JSON
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" }
|
|
}
|