Explorar o código

MVK: fix updating to future vlc.git revisions

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
8134b0ca7e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      buildMobileVLCKit.sh

+ 1 - 0
buildMobileVLCKit.sh

@@ -126,6 +126,7 @@ git clone git://git.videolan.org/vlc/vlc-2.1.git vlc
 info "Applying patches to vlc.git"
 cd vlc
 git checkout -B localAspenBranch ${TESTEDHASH}
+git branch --set-upstream-to=origin/master localAspenBranch
 git am ../../patches/*.patch
 if [ $? -ne 0 ]; then
 git am --abort