2011-02-22 19:18:15 +00:00
|
|
|
cd `dirname $0`
|
2011-02-23 10:34:24 +00:00
|
|
|
base=`pwd`
|
2011-02-22 19:18:15 +00:00
|
|
|
bzr pull http://code.0x2620.org/pandora/
|
|
|
|
cd static/oxjs
|
|
|
|
bzr pull http://code.0x2620.org/oxjs/
|
2011-02-23 10:34:24 +00:00
|
|
|
test -e src/python-ox && cd src/python-ox && bzr pull http://code.0x2620.org/python-ox/
|
2011-10-23 10:50:24 +00:00
|
|
|
cd $base
|
2011-10-27 11:27:03 +00:00
|
|
|
cd pandora && ./manage.py update_static && ./manage.py compile_pyc
|