977477db9d
This also changes from running the unit tests, which are now run as part of the rpm build, to running ksvalidator and ksflatten on some test kickstarts. ./tests/good-ks/ contains kickstarts expected to pass ./tests/bad-ks/ contains kickstarts expected to fail ./tests/include-ks/ contains kickstarts expected to pass, with includes (note that the %include directives in good-ks are not processed by ksvalidator).
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
# Include the appropriate repo definitions
|
|
|
|
# Exactly one of the following should be uncommented
|
|
|
|
# For the master branch the following should be uncommented
|
|
%include fedora-repo-rawhide.ks
|
|
|
|
# For non-master branches the following should be uncommented
|
|
# %include fedora-repo-not-rawhide.ks
|