16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
|
from dummy-pungi import *
|
||
|
|
||
|
tree_variants = ["ResilientStorage"]
|
||
|
variants_file = "multi-compose-variants.xml"
|
||
|
pkgset_repos = {
|
||
|
"i386": [
|
||
|
"{{configdir}}/repo",
|
||
|
],
|
||
|
"x86_64": [
|
||
|
"{{configdir}}/repo",
|
||
|
],
|
||
|
"s390x": [
|
||
|
"{{configdir}}/repo",
|
||
|
],
|
||
|
}
|