mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-15 12:04:31 +00:00
Fix buildroot repo conditional in _live_build
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d63c327b16
commit
a55263a637
@ -43,7 +43,7 @@ sub run {
|
||||
# and the workarounds repo
|
||||
assert_script_run 'echo "repo --name=workarounds --baseurl=file:///mnt/workarounds_repo" >> ' . $repoks if ($workarounds);
|
||||
# and the buildroot repo, for Rawhide
|
||||
if ($version eq $rawrel) {
|
||||
if ($brrepo) {
|
||||
assert_script_run 'echo "repo --name=buildroot --baseurl=https://kojipkgs.fedoraproject.org/repos/' . $brrepo . '/latest/\$basearch/" >> ' . $repoks;
|
||||
}
|
||||
# now flatten the kickstart
|
||||
|
Loading…
Reference in New Issue
Block a user