initial commit

This commit is contained in:
Christian Schendel 2025-10-14 05:02:42 +02:00
commit 5f2de264e2
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
10 changed files with 181 additions and 0 deletions

19
asgen-config.json Normal file
View 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"]
}
}
}