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: improve script helper
Date: Sun, 12 Jul 2026 20:58:09 GMT	[thread overview]
Message-ID: <178388988998.1.4555562731390848758.rpms-virtualbox-guest-additions-fbcab5fbe160@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-07-12 20:58 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=178388988998.1.4555562731390848758.rpms-virtualbox-guest-additions-fbcab5fbe160@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