From 20de2be25599d3d95999c9f60236de4ade7d2719 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 16 Aug 2024 10:39:30 -0400 Subject: [PATCH] Revert "_ostree_build: disable archive repo on 41 till it works" This reverts commit d4d9adc4632ceca91b51c08510157340907c5aeb. Dusty created the repo (empty for now), so we no longer need the workaround. --- tests/_ostree_build.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/_ostree_build.pm b/tests/_ostree_build.pm index 31605087..3266e6ae 100644 --- a/tests/_ostree_build.pm +++ b/tests/_ostree_build.pm @@ -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";