pungi/tests/data/server.conf
Lubomír Sedlář e71e91982b Update test data
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>
2019-04-01 09:49:53 +02:00

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 = {}