From 34e58cf013b9e1856ac9166a40e6c310c43c5325 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Jan 2012 19:02:17 +0100 Subject: [PATCH] add hours,minutes and seconds again as else the number is smaller... --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5