From: Holger Levsen Date: Thu, 16 Feb 2012 09:58:38 +0000 (+0100) Subject: only pass the short id X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=d4bab5bebee2829f57dae5943a0cf47ff0b4bfc8;p=profitbricks%2Fjenkins-build-scripts.git only pass the short id --- diff --git a/debian_build.py b/debian_build.py index 3a1565b..c87d631 100755 --- a/debian_build.py +++ b/debian_build.py @@ -433,7 +433,7 @@ if __name__ == '__main__': dist='squeeze', arch='amd64', pb_suite=pb_suite, - git_commit_id=current_commit + git_commit_id=current_commit[0:7] ) logger.info('used to start git-buildpackage here...')