commit 2ea4f9c57f664f0851828f50da010f4c826a95b5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Apr 19 01:29:02 2023 +0100
fix update_vbox.sh script
update_vbox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index 4c584b2..53c9653 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -57,7 +57,7 @@ fi
echo Press enter tag-build $BRANCH1 to continue or n to skip; read dummy;
if [[ "$dummy" != "n" ]]; then
echo koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
-git checkout $BRANCH1 && git merge master
+git checkout $BRANCH1 && git merge master && git push
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
(koji-rpmfusion wait-repo $BRANCH1-free-build --build=VirtualBox-$VERSION-$REL.$BRANCH2
&& \
git checkout $BRANCH1 && rfpkg build --nowait; git checkout master) &
Show replies by date