commit 0ff508c9c886b5db9673964cfac75a75f59e6270
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat May 16 04:02:26 2020 +0100
Improve update_vbox.sh
update_vbox.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index 1f464ec..8e82dbf 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -18,17 +18,16 @@ rpmdev-bumpspec -n $VERSION -c "Update VBox to $VERSION"
VirtualBox.spec
rm UserManual.pdf
spectool -g VirtualBox.spec
rfpkg srpm && copr-cli build sergiomb/vboxfor23
VirtualBox-$VERSION-$REL.fc$RAWHIDE.src.rpm
-echo Press enter to continue; read dummy;
fi
if test $stage -le 1
then
echo STAGE 1
+echo Press enter to upload sources; read dummy;
rfpkg new-sources ./VirtualBox-$VERSION.tar.bz2 ./UserManual.pdf
rfpkg ci -c && git show
-echo Press enter to continue; read dummy;
+echo Press enter to push and build on rawhide; read dummy;
rfpkg push && rfpkg build --nowait
-echo Press enter to continue; read dummy;
fi
if test $stage -le 2
Show replies by date