port-compare/conf/basalt.json
Ivan A. Melnikov 2e6ac86991 port_stats: Introducing config
Put all the args to config to easily support
several repositories.
2018-08-10 18:39:27 +04:00

33 lines
844 B
JSON

{
"description": "Configuration for basalt.office.basealt.ru",
"repos": {
"sisyphus": {
"path": "/space/ALT/Sisyphus",
"arch": ["x86_64", "noarch"]
},
"sisyphus_mipsel": {
"path": "/mnt/repo_secondary/sisyphus_mipsel/release/latest",
"arch": ["mipsel", "noarch"]
},
"sisyphus_mips64el": {
"path": "/mnt/repo_secondary/sisyphus_mips64el/release/latest",
"arch": ["mips64el", "noarch"]
}
},
"tasks": [
"/mnt/tasks_secondary/"
],
"colorize": [
{
"name": "mipsel",
"base": "sisyphus",
"new": "sisyphus_mipsel"
},
{
"name": "mips64el",
"base": "sisyphus",
"new": "sisyphus_mips64el"
}
]
}