From: Holger Levsen Date: Wed, 28 Sep 2011 15:33:07 +0000 (+0200) Subject: provide commit id in generated changelogs X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=4a2cc31c365cb987407d839d3427037e8c1c0ba8;p=profitbricks%2Fjenkins-build-scripts.git provide commit id in generated changelogs --- 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',