mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
_ostree_build: use koji-rawhide.repo in lorax command
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c25db659c0
commit
bac28124a0
@ -88,7 +88,9 @@ sub run {
|
|||||||
unless ($version > $currrel) {
|
unless ($version > $currrel) {
|
||||||
$cmd .= " --isfinal --repo=/etc/yum.repos.d/fedora-updates.repo";
|
$cmd .= " --isfinal --repo=/etc/yum.repos.d/fedora-updates.repo";
|
||||||
}
|
}
|
||||||
$cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo ./results";
|
$cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo";
|
||||||
|
$cmd .= " --repo=/etc/yum.repos.d/koji-rawhide.repo" if ($version eq $rawrel);
|
||||||
|
$cmd .= " ./results";
|
||||||
assert_script_run $cmd, 7000;
|
assert_script_run $cmd, 7000;
|
||||||
# good to have the log around for checks
|
# good to have the log around for checks
|
||||||
upload_logs "lorax.log", failok => 1;
|
upload_logs "lorax.log", failok => 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user