From: Robin Wittler Date: Tue, 9 Aug 2011 16:41:08 +0000 (+0200) Subject: add debug msg X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=b8fa2f3e29c4501656ae9ec38b8a2819a63f1316;p=profitbricks%2Fjenkins-build-scripts.git add debug msg --- diff --git a/build.py b/build.py index f62b65c..432c82d 100755 --- a/build.py +++ b/build.py @@ -250,7 +250,7 @@ if __name__ == '__main__': logger.info('git clone was not successfull') exit_error() - atexit.register(remove_git_target_workspace) + #atexit.register(remove_git_target_workspace) os.chdir(GIT_TARGET_DIR) if GIT_UPSTREAM_BRANCH != GIT_DEBIAN_BRANCH: