2018-09-10 08:16:44 +00:00
|
|
|
from dummy-pungi import *
|
|
|
|
|
2019-04-01 07:26:26 +00:00
|
|
|
release_short = "Server"
|
|
|
|
|
2018-09-10 08:16:44 +00:00
|
|
|
tree_variants = ["Server"]
|
|
|
|
variants_file = "multi-compose-variants.xml"
|
|
|
|
pkgset_repos = {
|
2019-04-01 07:26:26 +00:00
|
|
|
"*": [
|
2018-09-10 08:16:44 +00:00
|
|
|
"{{configdir}}/repo",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
extra_isos = {}
|