cablegates/update.sh

9 lines
241 B
Bash
Raw Normal View History

2011-02-22 20:18:15 +01:00
cd `dirname $0`
2011-02-23 11:34:24 +01:00
base=`pwd`
2011-02-22 20:18:15 +01:00
bzr pull http://code.0x2620.org/pandora/
cd static/oxjs
bzr pull http://code.0x2620.org/oxjs/
2011-08-19 18:54:42 +02:00
./tools/build/build.py
2011-02-23 11:34:24 +01:00
cd $base
test -e src/python-ox && cd src/python-ox && bzr pull http://code.0x2620.org/python-ox/