sync submodules in case repo URLs change

This commit is contained in:
Kumar McMillan 2011-04-01 13:46:36 -05:00
Родитель 4ada38049f
Коммит 32e4059210
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,7 +45,7 @@ fi
# Update the vendor lib.
echo "Updating vendor..."
pushd $VENDOR && git pull && git submodule update --init;
pushd $VENDOR && git pull && git submodule --quiet sync && git submodule update --init;
popd
cat > settings_local.py <<SETTINGS

Просмотреть файл

@ -45,7 +45,7 @@ fi
# Update the vendor lib.
echo "Updating vendor..."
pushd $VENDOR && git pull && git submodule update --init;
pushd $VENDOR && git pull && git submodule --quiet sync && git submodule update --init;
popd
cat > settings_local.py <<SETTINGS