initial commit
This commit is contained in:
commit
5f2de264e2
10 changed files with 181 additions and 0 deletions
19
asgen-config.json
Normal file
19
asgen-config.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"ProjectName": "ArchLinux",
|
||||
"ArchiveRoot": "/srv/ftp/",
|
||||
"Backend": "archlinux",
|
||||
"Features":
|
||||
{
|
||||
"validateMetainfo": true,
|
||||
"createScreenshotsStore": false,
|
||||
"noDownloads": true
|
||||
},
|
||||
"Suites":
|
||||
{
|
||||
"arch":
|
||||
{
|
||||
"sections": ["core", "extra", "multilib"],
|
||||
"architectures": ["x86_64"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue