summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-07-12 11:40:09 +0000
committergjb <gjb@FreeBSD.org>2017-07-12 11:40:09 +0000
commit5ceac5b9fc79e185f1cf6acd363a025abca13e6a (patch)
treef6b1b1325e7c5ca4f9c15114e4a4ee906c985f63
parent3955ce48cb5593628cb375c519160dc0ecb4f210 (diff)
downloadFreeBSD-src-5ceac5b9fc79e185f1cf6acd363a025abca13e6a.zip
FreeBSD-src-5ceac5b9fc79e185f1cf6acd363a025abca13e6a.tar.gz
MFC r300761, r300762:
r300761: Disconnect the AZURE target from the CLOUDWARE list. Microsoft has graciously overtaken publication of FreeBSD on Azure since 10.3-RELEASE. Many thanks to Microsoft for their support of FreeBSD on Azure. r300762: Disconnect the OPENSTACK target from the CLOUDWARE list. This was reported to not work as expected, and feedback following the report was never received. In addition, we do not publish these anywhere publicly. Sponsored by: The FreeBSD Foundation
-rw-r--r--release/Makefile.vm4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/Makefile.vm b/release/Makefile.vm
index 5771b8d..4448720 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -16,10 +16,8 @@ VMDK_DESC= VMWare, VirtualBox disk image
QCOW2_DESC= Qemu, KVM disk image
RAW_DESC= Unformatted raw disk image
-CLOUDWARE?= AZURE \
- EC2 \
+CLOUDWARE?= EC2 \
GCE \
- OPENSTACK \
VAGRANT-VIRTUALBOX \
VAGRANT-VMWARE
AZURE_FORMAT= vhdf
OpenPOWER on IntegriCloud