public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: update update_vbox.sh helper script
@ 2026-07-12 20:57 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-12 20:57 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : 335da1ef392cddd211e56bb20c1a2d829affb0e5
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2020-06-06T20:03:13+01:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/335da1ef392cddd211e56bb20c1a2d829affb0e5?branch=alext-upd-to-7.2.12

Log:
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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-12 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:57 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: update update_vbox.sh helper script 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox