소스 검색

build script: fetch a tested commit instead vlc.git's HEAD to stabilize the code

Felix Paul Kühne 12 년 전
부모
커밋
54d167098c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      buildAspenProject.sh

+ 2 - 0
buildAspenProject.sh

@@ -9,6 +9,7 @@ SDK=iphoneos6.1
 SDK_MIN=5.1
 VERBOSE=no
 CONFIGURATION="Release"
+TESTEDHASH=effa2ea1f
 
 usage()
 {
@@ -116,6 +117,7 @@ if ! [ -e vlc ]; then
 git clone git://git.videolan.org/vlc.git
 info "Applying patches to vlc.git"
 cd vlc
+git checkout ${TESTEDHASH}
 git am ../../patches/*.patch
 if [ $? -ne 0 ]; then
 git am --abort