mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-05-09 10:31:33 +00:00
Disable modular repos for Rawhide upgrades to avoid #2228827
As 'real' upgrades (using releases/development/rawhide on the mirrors) do not hit this bug because it has a stale Modular tree, it makes sense to work around the bug in testing so we can see if upgrades are broken in any *other* way. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4cf48547bf
commit
601d0c4f96
@ -18,7 +18,7 @@ sub run {
|
|||||||
repo_setup();
|
repo_setup();
|
||||||
my $params = "-y --releasever=${relnum}";
|
my $params = "-y --releasever=${relnum}";
|
||||||
if ($release eq "rawhide") {
|
if ($release eq "rawhide") {
|
||||||
$params .= " --nogpgcheck";
|
$params .= " --nogpgcheck --disablerepo=*modular*";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (script_run "dnf ${params} system-upgrade download", 6000) {
|
if (script_run "dnf ${params} system-upgrade download", 6000) {
|
||||||
|
Loading…
Reference in New Issue
Block a user