commit 25ad13446ec73ce530d7cedb90e40385781676a2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 27 02:44:42 2018 +0100
update script with new branch
update_vbox.sh | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index 6be9593..098ac7c 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -9,6 +9,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 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 f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
Show replies by date