From 335da1ef392cddd211e56bb20c1a2d829affb0e5 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Jun 06 2020 19:03:13 +0000 Subject: update update_vbox.sh helper script --- diff --git a/update_vbox.sh b/update_vbox.sh index e5aa87d..383022f 100755 --- a/update_vbox.sh +++ b/update_vbox.sh @@ -1,7 +1,7 @@ VERSION=6.1.10 REL=1 RAWHIDE=33 -BRANCHES="f32 f31 f30" +BRANCHES="f32 f31" if [ -z "$1" ] then stage=0 @@ -28,6 +28,10 @@ fedpkg new-sources ./VirtualBox-$VERSION.tar.bz2 fedpkg ci -c && git show echo Press enter to push and build on rawhide; read dummy; fedpkg push && fedpkg build --nowait +fi +if test $stage -le 2 +then +echo STAGE 2 for BRANCH in $BRANCHES ; do echo Press enter to build $BRANCH to continue; read dummy; git checkout $BRANCH && git merge master && git push && fedpkg build --nowait; git checkout master