From 4a2cc31c365cb987407d839d3427037e8c1c0ba8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 28 Sep 2011 17:33:07 +0200 Subject: [PATCH] provide commit id in generated changelogs --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index ecf4e66..2495665 100755 --- a/debian_build.py +++ b/debian_build.py @@ -384,7 +384,7 @@ if __name__ == '__main__': else: version = '%s~develop%s' %(version, daily_date) - new_log = 'Generated by jenkins build of %s' % GIT_COMMIT + new_log = 'Generated by jenkins build of %s' % GIT_NEW_ID cmd = [ '/usr/bin/dch', -- 2.39.5