From 8321814a2f26c95adf4231bd08574ac440100b49 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 11 Feb 2024 22:01:30 -0500 Subject: Take minutes and seconds off auto-version 1-hour resolution is enough to make this unique for our planned purposes, and keeps this from being too long. Once testing is completed can probably drop the hour too and just go with a 1-day version. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index 03d95d0..1fc6f47 100755 --- a/build.py +++ b/build.py @@ -417,6 +417,6 @@ except IndexError: bvers = None if jvers == "master": - jvers = datetime.now().strftime("%Y%m%d%H%M%S") + jvers = datetime.now().strftime("%Y%m%d%H") configurations[btype]['def'](jvers, btype, barch, bvers) -- cgit