Sfoglia il codice sorgente

create a local branch when checking out the tested hash

Felix Paul Kühne 12 anni fa
parent
commit
13f38499b4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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