Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2016 18:24:00 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300761 - head/release
Message-ID:  <201605261824.u4QIO0if062741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261824.u4QIO0if062741>