Преглед на файлове

Don't do a "git pull --rebase" before "git reset --hard"

Rebasing the old branch content doesn't make sense if we are
going to throw it away with a "git reset --hard" directly
afterwards. When rebasing the old branch content the process
could easily fail if the old patches didn't apply any longer.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Martin Storsjö преди 11 години
родител
ревизия
aab218791a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      buildMobileVLCKit.sh

+ 0 - 1
buildMobileVLCKit.sh

@@ -136,7 +136,6 @@ fi
 cd ..
 else
 cd vlc
-git pull --rebase
 git reset --hard ${TESTEDHASH}
 git am ../../patches/*.patch
 cd ..