From fd4ab23f5027adc00d9506f54f6624feea2dfc8d Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 13 Oct 2015 11:03:49 -0400
Subject: [PATCH] debug

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

diff --git a/bin/compile b/bin/compile
index 8b7b5e3b..b06e199d 100755
--- a/bin/compile
+++ b/bin/compile
@@ -147,6 +147,7 @@ bpwatch stop clear_old_venvs
 bpwatch start restore_cache
   # cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true
 
+  ls -a $CACHE_DIR
   # python vendor python-stack python-version venv
   cp -R $CACHE_DIR/$CACHED_DIR/python $CACHED_DIR/python  &> /dev/null || true
   cp -R $CACHE_DIR/$CACHED_DIR/python-stack $CACHED_DIR/python-stack  &> /dev/null || true
-- 
GitLab