Fix build

This commit is contained in:
Victor Shcherb 2011-08-15 01:28:42 +02:00
parent 12698e579e
commit 212bff2872

View file

@ -9,7 +9,10 @@ if [ ! -d "$GIT_DIR" ]; then
git clone ${GIT_URL} "${GIT_DIR}" git clone ${GIT_URL} "${GIT_DIR}"
fi fi
cd "$GIT_DIR" cd "$GIT_DIR"
git pull --rebase origin git checkout .
git reset HEAD --hard
git checkout master
# First time add entries to .git/config (!) and add .netrc file # First time add entries to .git/config (!) and add .netrc file
# [remote "google"] # [remote "google"]
# url = https://code.google.com/p/osmand/ # url = https://code.google.com/p/osmand/