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