-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using docker a fallback to use tdnf, file repositories were not …
…mounted to the container. Fixing this in tdnf.py by scanning all configuted repos for base URLs starting with file:// and mounting those (this was the behavior before the Tdnf class was introduced). Also replacing use of 'rpm' to install additional RPMs with 'tdnf'. This improves consistency and avoids mixed use of 'tdnf' in a container and 'rpm' from the host, and also may resolve eventual dependencies in the additional RPMs. Change-Id: Iabeebe5d17c735ec565bbc8ae4de497b6e213cce
- Loading branch information
1 parent
d530c4b
commit edab1f1
Showing
2 changed files
with
40 additions
and
24 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