]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
i want more details
authorMathias Klette <mathias.klette@profitbricks.com>
Fri, 16 Sep 2011 18:18:14 +0000 (20:18 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Fri, 16 Sep 2011 18:18:14 +0000 (20:18 +0200)
debian_build.py

index 4acc9f48dae5a3be055cd1a3f617fb4756ce883a..54ea7a4e84e179705f40c38a71b2ae4a57b08304 100755 (executable)
@@ -290,6 +290,12 @@ if __name__ == '__main__':
     GIT_UPSTREAM_BRANCH = git_helper.git_get_treeish(
         os.path.join('origin', GIT_UPSTREAM_BRANCH)
     )
+    logger.debug(
+        'Current assignments: GIT_UPSTREAM_BRANCH="%s" GIT_DEBIAN_BRANCH="%s"' %(
+            GIT_UPSTREAM_BRANCH,
+            GIT_DEBIAN_BRANCH
+        )
+    )
 
     cleanup_files = ('.gbp.conf', 'debian/gbp.conf', '.git/gbp.conf')
     result = git_helper.git_cleanup_branch(cleanup_files)