Explorar o código

create a local branch when checking out the tested hash

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
13f38499b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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