From 710f932184603fd53ccabdcc2b21632bb0d77075 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 19 Jan 2012 11:07:12 -0500 Subject: [PATCH] test --- bin/compile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/compile b/bin/compile index 16613712..7d55c9aa 100755 --- a/bin/compile +++ b/bin/compile @@ -29,6 +29,8 @@ function virtualenv (){ cd $BUILD_DIR +ls + # Reject a non-packaged Django app. if [ "$NAME" = "Python" ]; then [ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; } @@ -51,6 +53,7 @@ for dir in $VIRTUALENV_DIRS; do cp -R $CACHE_DIR/$dir . &> /dev/null || true done +ls # Create virtualenv. Rebuild if corrupt. set +e -- GitLab