summaryrefslogtreecommitdiffstats
path: root/release/Makefile.ec2
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-06-24 18:56:28 +0000
committergjb <gjb@FreeBSD.org>2015-06-24 18:56:28 +0000
commit7af02b3d4c6d726b1cd24be1ada62d1df0afd4f4 (patch)
treea66d6bcf087e66ff96d3619fdeaed92cfa9e9189 /release/Makefile.ec2
parentc8b4a5d462f81bded2f88253a2feb3abc492b84a (diff)
downloadFreeBSD-src-7af02b3d4c6d726b1cd24be1ada62d1df0afd4f4.zip
FreeBSD-src-7af02b3d4c6d726b1cd24be1ada62d1df0afd4f4.tar.gz
MFC r284660, r284676:
r284660: Remove the Azure-local vm_extra_create_disk(), since we no longer need qemu-img to convert the final VHD image to an Azure-compatible format. Although the waagent utility is installed from ports, create the symlink to /usr/sbin, pending investigation on where this is hard-coded, so it can be reported upstream. r284676: Append the hour and minute to the snapshot suffix for EC2 AMIs and Azure VM images. This is particularly helpful for testing to avoid name collisions, but also useful for cases where a necessary rebuild is done before the date changes. 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 4efdc7f..f4e5025 100644
--- a/release/Makefile.ec2
+++ b/release/Makefile.ec2
@@ -6,7 +6,7 @@
#
.if ${BRANCH} == "CURRENT" || ${BRANCH} == "STABLE"
-AMINAMESUFFIX!= date +-%Y-%m-%d
+AMINAMESUFFIX!= date +-%Y-%m-%d-%H:%M
.endif
.if defined(EC2PUBLIC)
PUBLISH= --public
OpenPOWER on IntegriCloud