From: Mathias Klette Date: Fri, 16 Sep 2011 18:19:33 +0000 (+0200) Subject: and more .. X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e6f1d9282831cedd827c1bb4b70226173b8e9cf8;p=profitbricks%2Fjenkins-build-scripts.git and more .. --- diff --git a/debian_build.py b/debian_build.py index 54ea7a4..91503c0 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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) )