-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible to add additional repo for a kickstart test run. At the moment we assume the repository is a regular RPM repository, as for example created by running createrepo_c on a directory containing a bunch of RPMs. The main aim of this functionality is to make it possible to add additional packages to the RPM transaction Anaconda runs during a regular RPM based installation. Also by adding packages with a higher version number than those in the normal package repositories it is possible to override them with the package from the additional repo. This can be useful to test Anaconda and/or Initial Setup scratchbuilds. To use this feature use the -a or --additional-repo flag to the appropriate runner script and pass either a local filesystem path to a RPM repository or to a remote RPM repository. If a local path is detected a localhost web server on the runner will be used to serve the repo folder to the VM running the test. If a remote path to a RPM repository is passed, it will be passed directly to the VM. In both cases the additional repositories are passed via the inst.addrepo boot option as "inst.addrepo=KSTEST_ADDITIONAL_REPOSITORY,<repo_path>".
- Loading branch information
Showing
6 changed files
with
67 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters