Parent: [3abb2e] (diff)

Child: [8410d6] (diff)

Download this file

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