public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: update update_vbox.sh helper script
Date: Sun, 12 Jul 2026 20:57:59 GMT [thread overview]
Message-ID: <178388987989.1.16409879703510304076.rpms-virtualbox-guest-additions-335da1ef392c@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-12 20:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178388987989.1.16409879703510304076.rpms-virtualbox-guest-additions-335da1ef392c@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox