Deleted Added
full compact
release.conf.sample (273080) release.conf.sample (278985)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: stable/10/release/release.conf.sample 273080 2014-10-14 12:23:44Z gjb $
3# $FreeBSD: stable/10/release/release.conf.sample 278985 2015-02-19 03:57:47Z gjb $
4#
5
6## Set the directory within which the release will be built.
7CHROOTDIR="/scratch"
8
9## Set the svn host.
10SVNROOT="svn://svn.FreeBSD.org/"
11

--- 76 unchanged lines hidden (view full) ---

88## virtual machine disk filesystem. Valid size values are described in
89## the truncate(1) manual page.
90#VMSIZE="20G"
91
92## If WITH_VMIMAGES is set to a non-empty value, this is a list of disk
93## image formats to create. Valid values are listed in the mkimg(1)
94## manual page, as well as 'mkimg --formats' output.
95#VMFORMATS="vhdf vmdk qcow2 raw"
4#
5
6## Set the directory within which the release will be built.
7CHROOTDIR="/scratch"
8
9## Set the svn host.
10SVNROOT="svn://svn.FreeBSD.org/"
11

--- 76 unchanged lines hidden (view full) ---

88## virtual machine disk filesystem. Valid size values are described in
89## the truncate(1) manual page.
90#VMSIZE="20G"
91
92## If WITH_VMIMAGES is set to a non-empty value, this is a list of disk
93## image formats to create. Valid values are listed in the mkimg(1)
94## manual page, as well as 'mkimg --formats' output.
95#VMFORMATS="vhdf vmdk qcow2 raw"
96
97## Set to a non-empty value to build virtual machine images for various
98## cloud providers as part of the release build.
99#WITH_CLOUDWARE=
100
101## If WITH_CLOUDWARE is set to a non-empty value, this is a list of providers
102## to create disk images.
103#CLOUDWARE="AZURE OPENSTACK"