]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
only pass the short id
authorHolger Levsen <holger@layer-acht.org>
Thu, 16 Feb 2012 09:58:38 +0000 (10:58 +0100)
committerHolger Levsen <holger@layer-acht.org>
Thu, 16 Feb 2012 10:11:27 +0000 (11:11 +0100)
debian_build.py

index 3a1565b028a660335b4e16c3670b3a214e9cca92..c87d6318315c00d2b104aee62dd40d12506a5518 100755 (executable)
@@ -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...')