From: Robin Wittler Date: Tue, 2 Aug 2011 12:49:38 +0000 (+0200) Subject: add func X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=70b90afa08ea45c16e47be39e816d17aa03fc0e3;p=profitbricks%2Fjenkins-build-scripts.git add func --- diff --git a/testgit_build.py b/testgit_build.py index a2aa7e9..1c0eb2e 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -115,7 +115,8 @@ def git_clone_remote_repository(url, destination): def git_checkout_branch(): cmd = [GIT, 'checkout', '-b', GIT_BRANCH_NAME, GIT_REMOTE_BRANCH_NAME] - + + logger.debug('This is GIT_TARGET_DIR: ' %(GIT_TARGET_DIR)) cmdobj = subprocess.Popen( cmd, shell=False,