Parent: [7536f4] (diff)

Child: [76fa99] (diff)

Download this file

rebuild.bash    8 lines (7 with data), 144 Bytes

1
2
3
4
5
6
7
for APP in Allura* *Forge* NoWarnings pyforge
do
echo "# installing $APP dependencies"
pushd $APP
python setup.py develop || exit
popd
done