Parent: [07c81b] (diff)

Child: [bd8316] (diff)

Download this file

rebuild.bash    8 lines (7 with data), 143 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