svn commit: r320913 - stable/10/release

Glen Barber gjb at FreeBSD.org
Wed Jul 12 11:40:11 UTC 2017


Author: gjb
Date: Wed Jul 12 11:40:09 2017
New Revision: 320913
URL: https://svnweb.freebsd.org/changeset/base/320913

Log:
  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

Modified:
  stable/10/release/Makefile.vm
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/release/Makefile.vm
==============================================================================
--- stable/10/release/Makefile.vm	Wed Jul 12 08:07:55 2017	(r320912)
+++ stable/10/release/Makefile.vm	Wed Jul 12 11:40:09 2017	(r320913)
@@ -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


More information about the svn-src-all mailing list