commit 459c21e4a8264b3d1b7cdcf492cee5318df40596
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Oct 5 06:04:25 2018 +0100
Update branches in update script
update_libquicktime.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update_libquicktime.sh b/update_libquicktime.sh
index 90d50b3..eaf4716 100755
--- a/update_libquicktime.sh
+++ b/update_libquicktime.sh
@@ -24,8 +24,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 f27 && git merge master && git push && rfpkg build
--nowait; git checkout master
+git checkout f29 && 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
+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