1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 06:27:22 +00:00

Revert "_ostree_build: disable archive repo on 41 till it works"

This reverts commit d4d9adc463.
Dusty created the repo (empty for now), so we no longer need
the workaround.
This commit is contained in:
Adam Williamson 2024-08-16 10:39:30 -04:00
parent d4d9adc463
commit 20de2be255

View File

@ -59,9 +59,6 @@ sub run {
# change the ref name to a custom one (so we can test rebasing to
# the 'normal' ref later)
assert_script_run 'sed -i -e "s,ref: fedora/,ref: fedora-openqa/,g" *.yaml';
# FIXME disable archive repo on F41 until it actually exists
# https://pagure.io/releng/archive-repo-manager/pull-request/24
assert_script_run 'sed -i -e "/archive/d" common.yaml' if ($version eq "41");
assert_script_run 'popd';
# now make the ostree repo
assert_script_run "mkdir -p /var/tmp/ostree";