Commit 1b4d14e2 authored by Kenneth Reitz's avatar Kenneth Reitz

debug

parent 710f9321
...@@ -29,8 +29,6 @@ function virtualenv (){ ...@@ -29,8 +29,6 @@ function virtualenv (){
cd $BUILD_DIR cd $BUILD_DIR
ls
# Reject a non-packaged Django app. # Reject a non-packaged Django app.
if [ "$NAME" = "Python" ]; then if [ "$NAME" = "Python" ]; then
[ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; } [ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; }
...@@ -53,6 +51,7 @@ for dir in $VIRTUALENV_DIRS; do ...@@ -53,6 +51,7 @@ for dir in $VIRTUALENV_DIRS; do
cp -R $CACHE_DIR/$dir . &> /dev/null || true cp -R $CACHE_DIR/$dir . &> /dev/null || true
done done
pwd
ls ls
# Create virtualenv. Rebuild if corrupt. # Create virtualenv. Rebuild if corrupt.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment