From 2db1ccf9989d523d47e751a302aa79c5940368ed Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Feb 2012 17:48:55 +0100 Subject: [PATCH] lets try to get rid of the double clone --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5