summaryrefslogtreecommitdiffstats
path: root/release/Makefile.ec2
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.ec2
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.ec2')
-rw-r--r--release/Makefile.ec22
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.ec2 b/release/Makefile.ec2
index f0b4459..2695183 100644
--- a/release/Makefile.ec2
+++ b/release/Makefile.ec2
@@ -6,7 +6,7 @@
#
.if ${BRANCH} == "CURRENT" || ${BRANCH} == "STABLE" || ${BRANCH} == "PRERELEASE"
-AMINAMESUFFIX!= date +-%Y-%m-%d-%H-%M
+AMINAMESUFFIX!= date +-%Y-%m-%d
.endif
.if defined(EC2PUBLIC)
PUBLISH= --public
OpenPOWER on IntegriCloud