commit ae15c59f1983ad89e8d84c25f7b530a4246b27a1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun May 13 02:30:22 2018 +0100
add f28 to update_fixes.sh
update_fixes.sh | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/update_fixes.sh b/update_fixes.sh
index 2cc7175..0bd89df 100755
--- a/update_fixes.sh
+++ b/update_fixes.sh
@@ -28,6 +28,8 @@ 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
Show replies by date