commit adfa06071a9f2d64727bdececda994b58c7b93a0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Mar 26 00:58:47 2018 +0100
update and rename update_smplayer.sh
update_smplayer.txt => update_smplayer.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update_smplayer.txt b/update_smplayer.sh
similarity index 88%
rename from update_smplayer.txt
rename to update_smplayer.sh
index 58c36de..dfcadd5 100755
--- a/update_smplayer.txt
+++ b/update_smplayer.sh
@@ -16,10 +16,10 @@ rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
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 f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
echo Press enter to continue; read dummy;
git checkout f26 && git merge master && git push && rfpkg build
--nowait; git checkout master
-#echo Press enter to continue; read dummy;
-#git checkout f25 && 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
Show replies by date