Remove polymodel folder from DEFAULT_APP_DIRS variable in make_release script.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sat, 22 Nov 2008 22:46:37 +0000
changeset 570 cbd07fbdc125
parent 569 96d9655a7538
child 571 2aad108bc617
Remove polymodel folder from DEFAULT_APP_DIRS variable in make_release script. Patch by: Pawel Solyga, Sverre Rabbelier
scripts/make_release.sh
--- a/scripts/make_release.sh	Sat Nov 22 22:45:14 2008 +0000
+++ b/scripts/make_release.sh	Sat Nov 22 22:46:37 2008 +0000
@@ -11,7 +11,7 @@
 DEFAULT_APP_RELEASE=../release
 DEFAULT_APP_FOLDER="../app"
 DEFAULT_APP_FILES="app.yaml index.yaml __init__.py main.py settings.py urls.py"
-DEFAULT_APP_DIRS="soc ghop gsoc feedparser polymodel python25src reflistprop jquery"
+DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_RELEASE=${APP_RELEASE:-"${DEFAULT_APP_RELEASE}"}