-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/scripts/dnf.py: allow using --nobest and use it for osbuild-ci-c10s
The c10s container contains newer packages than the ones that are available in the repositories. Therefore we are running into a situation when DNF would need to downgrade some packages, in order to install the requested package set. This fails, unless the --nobest options is passed to DNF. Extend the dnf.py script and osbuild-ci.Dockerfile, to allow using the --nobest option if needed. Use the option for the c10s osbuild-ci container. Signed-off-by: Tomáš Hozza <[email protected]>
- Loading branch information
Showing
3 changed files
with
21 additions
and
9 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