public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: improve script helper
@ 2026-07-12 20:58
0 siblings, 0 replies; only message in thread
From: @ 2026-07-12 20:58 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 : fbcab5fbe160f2d79073391682361811bca70541
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2022-08-03T15:02:05+01:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/fbcab5fbe160f2d79073391682361811bca70541?branch=alext-upd-to-7.2.12
Log:
improve script helper
---
diff --git a/update_vbox.sh b/update_vbox.sh
index 2bbc71e..e493a8f 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -23,7 +23,7 @@ echo Press enter scratch-build or n to skip ; read dummy;
# to test i686 builds
fedpkg scratch-build --srpm --nowait --fail-fast
fi
-echo Press enter to build on corp -build or n to skip ; read dummy;
+echo Press enter to build on corp or n to skip ; read dummy;
if [[ "$dummy" != "n" ]]; then
fedpkg srpm && copr-cli build sergiomb/vboxfor23 virtualbox-guest-additions-$VERSION-$REL.fc$RAWHIDE.src.rpm
fi
@@ -45,8 +45,10 @@ if test $stage -le 2
then
echo STAGE 2
for BRANCH in $BRANCHES ; do
-echo Press enter to build $BRANCH to continue; read dummy;
+echo Press enter to build $BRANCH or n to skip ; read dummy;
+if [[ "$dummy" != "n" ]]; then
git checkout $BRANCH && git merge rawhide && git push && fedpkg build --nowait --fail-fast; git checkout rawhide
+fi
done
fi
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 20:58 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:58 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: improve script helper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox