commit 000facb4d827bccc8265892418651b5a667f7258
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Jan 19 01:00:38 2024 +0000
update_vbox.sh: update repos
update_vbox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index 7adeb08..6ec4ac1 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,7 +1,7 @@
VERSION=7.0.14
REL=1
RAWHIDE=40
-REPOS="f39 f38 f37 el9 el8"
+REPOS="f39 f38 el9 el8"
if [ -z "$1" ]
then
stage=0
@@ -50,7 +50,7 @@ if test $stage -le 3
then
echo STAGE 3
echo Press enter to push and build on rawhide; read dummy;
-rfpkg push && rfpkg build --nowait
+rfpkg push && rfpkg build
fi
if test $stage -le 4
Show replies by date