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