소스 검색

MVK: fix updating to future vlc.git revisions

Felix Paul Kühne 11 년 전
부모
커밋
8134b0ca7e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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