From 8f29269e41987a3129beb607260d7bf85871b35b Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Thu, 19 Jan 2012 11:25:31 -0500
Subject: [PATCH] blah

---
 bin/compile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/compile b/bin/compile
index ff56232a..3f0ed772 100755
--- a/bin/compile
+++ b/bin/compile
@@ -54,6 +54,9 @@ done
 pwd
 ls
 
+echo '-------------'
+ls /app/tmp/repo.git/.cache/
+
 # Create virtualenv. Rebuild if corrupt.
 set +e
 echo "-----> Preparing virtualenv version $(virtualenv --version)"
-- 
GitLab