svn commit: r300761 - head/release

Glen Barber gjb at FreeBSD.org
Thu May 26 18:24:01 UTC 2016


Author: gjb
Date: Thu May 26 18:24:00 2016
New Revision: 300761
URL: https://svnweb.freebsd.org/changeset/base/300761

Log:
  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.
  
  The configuration file and Makefile.azure are not (yet)
  planned to be removed, as they may be useful in the future.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/Makefile.vm

Modified: head/release/Makefile.vm
==============================================================================
--- head/release/Makefile.vm	Thu May 26 18:01:03 2016	(r300760)
+++ head/release/Makefile.vm	Thu May 26 18:24:00 2016	(r300761)
@@ -15,8 +15,7 @@ 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 \


More information about the svn-src-all mailing list