From: Holger Levsen Date: Fri, 27 Jan 2012 18:02:17 +0000 (+0100) Subject: add hours,minutes and seconds again as else the number is smaller... X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=34e58cf013b9e1856ac9166a40e6c310c43c5325;p=profitbricks%2Fjenkins-build-scripts.git add hours,minutes and seconds again as else the number is smaller... --- diff --git a/debian_build.py b/debian_build.py index 8a819b8..fd32029 100755 --- a/debian_build.py +++ b/debian_build.py @@ -350,7 +350,7 @@ if __name__ == '__main__': DPUT_OPTIONS = DPUT_OPTIONS_DEFAULT if options.distribution in ('testing', 'staging', 'unstable', 'pre-staging','experimental') or GIT_BRANCH_NAME.startswith('release/') or GIT_BRANCH_NAME.startswith('hotfix/'): - daily_date = datetime.datetime.now().strftime('%Y%m%d') + daily_date = datetime.datetime.now().strftime('%Y%m%d%H%M%S') current_commit = git_helper.git_get_commit_id()