浏览代码

create a local branch when checking out the tested hash

Felix Paul Kühne 12 年之前
父节点
当前提交
13f38499b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      buildAspenProject.sh

+ 1 - 1
buildAspenProject.sh

@@ -117,7 +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 checkout -B aspen ${TESTEDHASH}
 git am ../../patches/*.patch
 if [ $? -ne 0 ]; then
 git am --abort