From 459c21e4a8264b3d1b7cdcf492cee5318df40596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 5 Oct 2018 06:04:25 +0100 Subject: [PATCH] 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