From: Robin Wittler Date: Tue, 2 Aug 2011 12:53:53 +0000 (+0200) Subject: modify X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e6e66673f4c924982693f0b7e0c5809b7101b969;p=profitbricks%2Fjenkins-build-scripts.git modify --- diff --git a/testgit_build.py b/testgit_build.py index 49a88ca..84942ae 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -117,6 +117,9 @@ def git_checkout_branch(): cmd = [GIT, 'checkout', '-b', GIT_BRANCH_NAME, GIT_REMOTE_BRANCH_NAME] logger.debug('This is GIT_TARGET_DIR: %s' %(GIT_TARGET_DIR)) + logger.debug('This is GIT_BRANCH_NAME: %s' %(GIT_BRANCH_NAME)) + logger.debug('This is GIT_REMOTE_BRANCH_NAME: %s' + %(GIT_REMOTE_BRANCH_NAME)) cmdobj = subprocess.Popen( cmd, shell=False,