From: Holger Levsen Date: Wed, 8 Feb 2012 16:48:55 +0000 (+0100) Subject: lets try to get rid of the double clone X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=2db1ccf9989d523d47e751a302aa79c5940368ed;p=profitbricks%2Fjenkins-build-scripts.git lets try to get rid of the double clone --- diff --git a/debian_build.py b/debian_build.py index 253c74e..53ba62c 100755 --- a/debian_build.py +++ b/debian_build.py @@ -235,7 +235,7 @@ if __name__ == '__main__': ) ) #logging.getLogger('lib.git_helper').setLevel(logging.DEBUG) - #options, args = getopts() + options, args = getopts() #if git_helper.git_clone_remote_repository(GIT_REPO_PATH, GIT_TARGET_DIR): # logger.info('git clone was successfull') #else: