Browse Source

create a local branch when checking out the tested hash

Felix Paul Kühne 12 years ago
parent
commit
13f38499b4
1 changed files with 1 additions and 1 deletions
  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
 git clone git://git.videolan.org/vlc.git
 info "Applying patches to vlc.git"
 info "Applying patches to vlc.git"
 cd vlc
 cd vlc
-git checkout ${TESTEDHASH}
+git checkout -B aspen ${TESTEDHASH}
 git am ../../patches/*.patch
 git am ../../patches/*.patch
 if [ $? -ne 0 ]; then
 if [ $? -ne 0 ]; then
 git am --abort
 git am --abort