]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
try to work around problems due to changed paths in svn history#
authorHolger Levsen <holger@layer-acht.org>
Wed, 24 Aug 2011 18:13:17 +0000 (20:13 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 24 Aug 2011 18:13:17 +0000 (20:13 +0200)
build.py

index 4d9fdf1bacb1df314d25b6005f67cc5ce223e608..7766876e6c47111a238da3f88dad39adf985a13c 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -286,7 +286,7 @@ if __name__ == '__main__':
         daily_date = datetime.datetime.now().strftime('%Y%m%d-%H%M%S')
         version = '%s~%s' %(pb_version, daily_date)
         os.unlink('debian/changelog')
-        cmd = ['/usr/bin/git', 'log']
+        cmd = ['/usr/bin/git', 'log', '-n', '50']
         git_log = subprocess.Popen(
                 cmd,
                 shell=False,