e71e91982b
The parts in multi compose are now named reasonably. The package set repos are selected only once and not per variant. We can't use repos with packages for specific arch only as that would require more transformations during generating test data. Lookasides for ResilientStorage part are added to point to Server part. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
from dummy-pungi import *
|
|
|
|
release_short = "Server"
|
|
|
|
tree_variants = ["Server"]
|
|
variants_file = "multi-compose-variants.xml"
|
|
pkgset_repos = {
|
|
"*": [
|
|
"{{configdir}}/repo",
|
|
],
|
|
}
|
|
extra_isos = {}
|