From fc7f349f89afc7bd1e5e8cba0ccab6312c25d7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Wed, 22 May 2013 17:39:30 +0200 Subject: [PATCH] Uncommented GIT section --- config/production/deploy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/production/deploy.py b/config/production/deploy.py index fc0afd6..3e1a7a7 100644 --- a/config/production/deploy.py +++ b/config/production/deploy.py @@ -198,7 +198,6 @@ if not CONTINUE: # ================== GIT DOWNLOAD ================== title('Getting last source code') -""" if not exists(GIT_DOWNLOAD_DIR): os.mkdir(GIT_DOWNLOAD_DIR) sub('git clone:') @@ -212,7 +211,7 @@ else: stderr=open(os.devnull, 'wb')) check_status(status) -""" + # =========== CHECK SCRIPT UPDATE ================== title('Checking if deploy script is updated on repository') actual_size = os.stat('./deploy.py').st_size