Parent: [9151c9] (diff)

Child: [c0c52d] (diff)

Download this file

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

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