From fb20aeb017466d7eb943897585fc990841ebff80 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 27 Apr 2022 09:31:01 +0200 Subject: [PATCH] Fix the build-and-update-all-branches script --- build-and-update-all-branches | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-and-update-all-branches b/build-and-update-all-branches index 59a5b2e..d014607 100755 --- a/build-and-update-all-branches +++ b/build-and-update-all-branches @@ -3,8 +3,8 @@ # Prepare master branch, review the list of branches below and then execute this # script. -main=rawhide -branches="$main epel7 epel8 epel9 f34 f35" +main=main +branches="$main epel7 epel8 epel9 f34 f35 f36" exit_handler () {