commit bb45b8725342f9678fd6b139ebdb3517061ca024
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jan 10 01:46:47 2018 +0000
Update update_smplayer.txt
update_smplayer.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/update_smplayer.txt b/update_smplayer.txt
index fb5bbfa..f725aa3 100755
--- a/update_smplayer.txt
+++ b/update_smplayer.txt
@@ -7,13 +7,13 @@ git pull && rpmdev-bumpspec -n $version -c "Update smplayer
to $version" smplaye
spectool -g smplayer.spec
rfpkg new-sources ./smplayer-$version.tar.bz2 ./smtube-$stube_ver.tar.bz2
./smplayer-themes-$themes_ver.tar.bz2 ./smplayer-skins-$skins_ver.tar.bz2
rfpkg clog && rfpkg commit -F clog && /bin/rm clog && git show
-read -n1 -r -p "Press anykey to continue..." key
+echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
-read -n1 -r -p "Press anykey to continue..." key
+echo Press enter to continue; read dummy;
git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
-read -n1 -r -p "Press anykey to continue..." key
+echo Press enter to continue; read dummy;
git checkout f26 && git merge master && git push && rfpkg build
--nowait; git checkout master
-#read -n1 -r -p "Press anykey to continue..." key
+#echo Press enter to continue; read dummy;
#git checkout f25 && git merge master && git push && rfpkg build
--nowait; git checkout master
-read -n1 -r -p "Press anykey to continue..." key
+echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master
Show replies by date