commit 044b37c170b5c461f53dea9376e0f9ce04af4cfb
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sat Sep 8 07:38:36 2018 -0500
Update update_fixes.sh to include f29 and be more specific on which branch is being
built.
update_fixes.sh | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/update_fixes.sh b/update_fixes.sh
index a7b58af..4a57f07 100755
--- a/update_fixes.sh
+++ b/update_fixes.sh
@@ -25,11 +25,13 @@ echo Press enter to run: rfpkg new-sources
mythtv-${version}-${shorthash}.tar.gz
rfpkg new-sources mythtv-${version}-${shorthash}.tar.gz
echo Press enter to continue; read dummy;
rfpkg ci -c && git show
-echo Press enter to continue; read dummy;
+echo Press enter to build current branch.; read dummy;
rfpkg push && rfpkg build --nowait
-echo Press enter to continue; read dummy;
+echo Press enter to build f29; read dummy;
git checkout f28 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
+echo Press enter to build f28; read dummy;
+git checkout f28 && git merge master && git push && rfpkg build
--nowait; git checkout master
+echo Press enter to build f27; read dummy;
git checkout f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
-echo Press enter to continue; read dummy;
+echo Press enter to build elf; read dummy;
git checkout el7 && git merge master && git push && rfpkg build
--nowait; git checkout master