Changeset 93
- Timestamp:
- 01/20/10 05:56:41 (2 years ago)
- Files:
-
- 1 modified
-
deployment-scripts/settings (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
deployment-scripts/settings
r89 r93 4 4 #2007-2010 http://www.pleso.net/ 5 5 #Oleksandr Pryymak 6 7 exec 2>&18 echo Content-type: text/plain9 echo ""10 6 11 7 SVN=http:// … … 27 23 export PYTHONPATH=$PYTHONPATH:$DJANGO:$CODE:$CODE/apps:$CODE/external_apps:$CODE/libs 28 24 25 26 #=== default output === 27 exec 2>&1 28 echo Content-type: text/plain 29 echo "" 30 29 31 echo "htdocs = $HTDOCS" 30 32 echo "django = $DJANGO" … … 33 35 echo "---" 34 36 NAME=`basename $0` 35 /bin/cat << EOM2 36 $NAME $* : 37 EOM2 37 echo "$NAME $* :" 38 echo 38 39 39 40 cd $HTDOCS

