summaryrefslogtreecommitdiffstats
path: root/release/Makefile.azure
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-07-01 14:51:26 +0000
committergjb <gjb@FreeBSD.org>2015-07-01 14:51:26 +0000
commit08adf5eb10647a02186d22aeea74bfdc2f0b3aea (patch)
treef4fe2afa9b80c90094277c485a111f8ed99cac0f /release/Makefile.azure
parente45cf9cd75be2cd1daddfe6c60c5b996ef7c3d03 (diff)
downloadFreeBSD-src-08adf5eb10647a02186d22aeea74bfdc2f0b3aea.zip
FreeBSD-src-08adf5eb10647a02186d22aeea74bfdc2f0b3aea.tar.gz
Remove the HH-MM suffix from the build date suffix.
It was useful when working out several kinks when testing automated image uploading when retrying was necessary, but now it is making things much too messy. MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/Makefile.azure')
-rw-r--r--release/Makefile.azure2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.azure b/release/Makefile.azure
index 310b0eb..12fd348 100644
--- a/release/Makefile.azure
+++ b/release/Makefile.azure
@@ -17,7 +17,7 @@ AZURE${VAR}!= grep -E ^AZURE${VAR} ${AZURE_UPLOAD_CONF} | awk -F' ' '{print $$2}
.endif
.if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE"
-SNAPSHOT_DATE!= date +-%Y-%m-%d-%H-%M
+SNAPSHOT_DATE!= date +-%Y-%m-%d
.endif
AZURE_TARGET:= ${OSRELEASE}${SNAPSHOT_DATE}.vhd
OpenPOWER on IntegriCloud