]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
lets try to get rid of the double clone
authorHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 16:48:55 +0000 (17:48 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 16:48:55 +0000 (17:48 +0100)
debian_build.py

index 253c74e9663dd8780e62e2079f572fb8390dba7a..53ba62c961735122c73cb5cb58a14c67de9f3d66 100755 (executable)
@@ -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: