pandora/update.sh
2011-08-19 18:54:42 +02:00

8 lines
241 B
Bash
Executable file

cd `dirname $0`
base=`pwd`
bzr pull http://code.0x2620.org/pandora/
cd static/oxjs
bzr pull http://code.0x2620.org/oxjs/
./tools/build/build.py
cd $base
test -e src/python-ox && cd src/python-ox && bzr pull http://code.0x2620.org/python-ox/