This commit is contained in:
Wil Clouser 2011-05-11 16:26:10 -07:00
Родитель 8fadf6c7cb
Коммит f66ef91e23
1 изменённых файлов: 2 добавлений и 9 удалений

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

@ -25,15 +25,8 @@ source $VENV/bin/activate
pip install -q -r requirements/compiled.txt
# adding eventual SDK
git submodule update --init
if [ ! -d "$WORKSPACE/vendor" ]; then
git clone git://github.com/mozilla/FlightDeck-lib.git vendor
fi
pushd vendor && git pull && git submodule update --init
popd
# vendor
git submodule update --init --recursive
# Create paths we want for addons
if [ ! -d "/tmp/flightdeck" ]; then