commit 20b501a6be66756ee2f915137d26b8789f0ede84
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 13 04:21:32 2019 +0100
fix helper script
update_smplayer.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update_smplayer.sh b/update_smplayer.sh
index 18071b1..0233151 100755
--- a/update_smplayer.sh
+++ b/update_smplayer.sh
@@ -40,11 +40,11 @@ echo STAGE 1
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;
+git checkout f31 && git merge master && git push && rfpkg build
--nowait; git checkout master
+echo Press enter to continue; read dummy;
git checkout f30 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f29 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
-git checkout f28 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master
fi
Show replies by date