]> 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 09:58:38 +0000 (10:58 +0100)
debian_build.py

index e88493299a2898120df3c615ad47c3b0760f070c..cc56ff59a95c5758aafa284298308b7b6dc06bbe 100755 (executable)
@@ -440,7 +440,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...')