Uncommented GIT section

This commit is contained in:
Felipe Martín 2013-05-22 17:39:30 +02:00
parent 8a76602085
commit fc7f349f89
1 changed files with 1 additions and 2 deletions

View File

@ -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