diff options
author | Glen Barber <gjb@FreeBSD.org> | 2015-07-01 14:51:26 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2015-07-01 14:51:26 +0000 |
commit | 57d94a19cb8273dd5c52d2091283499f65849107 (patch) | |
tree | f4fe2afa9b80c90094277c485a111f8ed99cac0f /release/Makefile.vagrant | |
parent | 0ff41755cd3cedc806eb0b9eeb3e4315cc119ecb (diff) | |
download | src-57d94a19cb8273dd5c52d2091283499f65849107.tar.gz src-57d94a19cb8273dd5c52d2091283499f65849107.zip |
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
Notes
Notes:
svn path=/head/; revision=285005
Diffstat (limited to 'release/Makefile.vagrant')
-rw-r--r-- | release/Makefile.vagrant | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile.vagrant b/release/Makefile.vagrant index ed04944bf7a3..307e21f72745 100644 --- a/release/Makefile.vagrant +++ b/release/Makefile.vagrant @@ -18,7 +18,7 @@ ATLAS${VAR}:= ${VAGRANT${VAR}} .endif .if ${BRANCH} == "STABLE" || ${BRANCH} == "CURRENT" || ${BRANCH} == "PRERELEASE" -SNAPSHOT_DATE!= date +-%Y-%m-%d-%H-%M +SNAPSHOT_DATE!= date +-%Y-%m-%d .endif VAGRANT_VERSION?= ${REVISION}-${BRANCH}${SNAPSHOT_DATE} |