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

index 54ea7a4e84e179705f40c38a71b2ae4a57b08304..91503c0b07c37e749df5db0176a9ff6249bf403e 100755 (executable)
@@ -287,6 +287,12 @@ if __name__ == '__main__':
     # git-buildpackage uses only treeish object in v0.5.10,
     # let's fetch it correctly
     # TODO: upgrade git-buildpackage
+    logger.debug(
+        'Current assignments: GIT_UPSTREAM_BRANCH="%s" GIT_DEBIAN_BRANCH="%s"' %(
+            GIT_UPSTREAM_BRANCH,
+            GIT_DEBIAN_BRANCH
+        )
+    )
     GIT_UPSTREAM_BRANCH = git_helper.git_get_treeish(
         os.path.join('origin', GIT_UPSTREAM_BRANCH)
     )