From b472905a268a40f87d9d9e0e9dd8934c31261d73 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 16 Sep 2011 20:18:14 +0200 Subject: [PATCH] i want more details --- debian_build.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian_build.py b/debian_build.py index 4acc9f4..54ea7a4 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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) -- 2.39.5