From: Holger Levsen Date: Wed, 24 Aug 2011 18:13:17 +0000 (+0200) Subject: try to work around problems due to changed paths in svn history# X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=ec0be0e9ae39c0a5ace690b4143fd635466cd218;p=profitbricks%2Fjenkins-build-scripts.git try to work around problems due to changed paths in svn history# --- diff --git a/build.py b/build.py index 4d9fdf1..7766876 100755 --- 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,