witten
/
luminotes
Archived
1
0
Fork 0

Added export to release.sh.

This commit is contained in:
Dan Helfman 2007-08-09 19:45:46 +00:00
parent 8fd463e22d
commit 8189ec78ac
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
# Run this from the root directory of Luminotes's source. Note: This will nuke your database! # Run this from the root directory of Luminotes's source. Note: This will nuke your database!
ORIG_PYTHONPATH="$PYTHONPATH" ORIG_PYTHONPATH="$PYTHONPATH"
PYTHONPATH=. export PYTHONPATH=.
python2.5 tools/initdb.py python2.5 tools/initdb.py
PYTHONPATH="$ORIG_PYTHONPATH" export PYTHONPATH="$ORIG_PYTHONPATH"
cd .. cd ..
rm -f luminotes.tar.gz rm -f luminotes.tar.gz
tar cvfz luminotes.tar.gz --exclude=session --exclude="*.log" --exclude="*.pyc" --exclude=".*" luminotes tar cvfz luminotes.tar.gz --exclude=session --exclude="*.log" --exclude="*.pyc" --exclude=".*" luminotes