From 73683e42571a23a052379de12249957bf338f386 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Jan 26 2022 13:04:32 +0000 Subject: Hit 'fedpkt-update' only in one branch We can specify multiple NVRs in one fedpkg update template. --- diff --git a/build-and-update-all-branches b/build-and-update-all-branches index 0ab7c57..c1246f3 100755 --- a/build-and-update-all-branches +++ b/build-and-update-all-branches @@ -3,7 +3,7 @@ # Prepare rawhide branch, review the list of branches below and then execute this # script. -branches='rawhide epel8 epel7 f33 f34' +branches='rawhide epel8 epel7 f34 f35' exit_handler () { @@ -29,8 +29,5 @@ done koji watch-task $tasks -for branch in $branches; do - test $branch != rawhide || continue - git checkout $branch - fedpkg update -done +git checkout rawhide +fedpkg update