summaryrefslogtreecommitdiffstats
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-11-04 00:02:23 +0000
committergjb <gjb@FreeBSD.org>2014-11-04 00:02:23 +0000
commit47dc31278a9555f9cf19e395d87a0950344ea008 (patch)
treea3e32573b72bc237ac8755bc1cad5e7ee17cfe8a /release/release.conf.sample
parent7e4ec2d94365d65fc6f0b5d61588109f352a7012 (diff)
downloadFreeBSD-src-47dc31278a9555f9cf19e395d87a0950344ea008.zip
FreeBSD-src-47dc31278a9555f9cf19e395d87a0950344ea008.tar.gz
Add examples for WITH_CLOUDWARE to release.conf.sample.
Add WITH_CLOUDWARE evaluation to RELEASE_RMAKEFLAGS. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index c79ed9f..f6cfadc 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -98,3 +98,11 @@ PORTBRANCH="ports/head@rHEAD"
## image formats to create. Valid values are listed in the mkimg(1)
## manual page, as well as 'mkimg --formats' output.
#VMFORMATS="vhdf vmdk qcow2 raw"
+
+## Set to a non-empty value to build virtual machine images for various
+## cloud providers as part of the release build.
+#WITH_CLOUDWARE=
+
+## If WITH_CLOUDWARE is set to a non-empty value, this is a list of providers
+## to create disk images.
+#CLOUDWARE="AZURE OPENSTACK"
OpenPOWER on IntegriCloud