FEATURE: Add DNF_CONTENTDIR override support #119

Merged
tcooper merged 14 commits from issue_118 into 9.0_release_fixes 2022-07-10 21:05:04 +00:00
Showing only changes of commit a45b23b9bc - Show all commits

View File

@ -292,9 +292,9 @@ sub load_postinstall_tests() {
_load_early_postinstall_tests(); _load_early_postinstall_tests();
## enable staging repos if requested ## enable staging repos if requested
if (get_var("DNF_CONTENTDIR")) { #if (get_var("DNF_CONTENTDIR")) {
autotest::loadtest "tests/_staging_repos_enable.pm"; # autotest::loadtest "tests/_staging_repos_enable.pm";
} #}
# do standard post-install static network config if the var is set # do standard post-install static network config if the var is set
# and this is not an upgrade test (this is done elsewhere in the # and this is not an upgrade test (this is done elsewhere in the