6 ## Redefine environment variables here to override prototypes
7 ## defined in release.sh.
12 ## Set the directory within which the release will be built.
16 SVNROOT
="svn://svn.FreeBSD.org/"
18 ## Set the src/, ports/, and doc/ branches or tags.
19 SRCBRANCH
="base/head@rHEAD"
20 DOCBRANCH
="doc/head@rHEAD"
21 PORTBRANCH
="ports/head@rHEAD"
23 ## Run svn co --force for src checkout.
24 #SRC_FORCE_CHECKOUT=yes
26 ## Sample configuration for using git instead of svn.
27 #VCSCMD="/usr/local/bin/git clone --branch master"
29 #SRCBRANCH="https://github.com/freebsd/freebsd"
30 #DOCBRANCH="https://github.com/freebsd/freebsd-doc"
31 #PORTBRANCH="https://github.com/freebsd/freebsd-ports"
33 ## Set to override the default target architecture.
37 ## Multiple kernels may be set.
38 #KERNEL="GENERIC XENHVM"
40 ## Set to specify a custom make.conf and/or src.conf
41 #MAKE_CONF="/etc/local/make.conf"
42 #SRC_CONF="/etc/local/src.conf"
44 ## Set to use make(1) flags.
47 ## Set to use world- and kernel-specific make(1) flags.
48 #WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
49 #KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
51 ## Set miscellaneous 'make release' settings.
55 #WITH_COMPRESSED_IMAGES=
57 ## Set to '1' to disable multi-threaded xz(1) compression.
60 ## Set when building embedded images.
63 ## Set to skip the chroot environment buildworld/installworld/distribution
64 ## step if it is expected the build environment will exist via alternate
68 ## Set to a non-empty value skip checkout or update of /usr/src in
69 ## the chroot. This is intended for use when /usr/src already exists.
72 ## Set to a non-empty value skip checkout or update of /usr/doc in
73 ## the chroot. This is intended for use when /usr/doc already exists.
76 ## Set to a non-empty value skip checkout or update of /usr/ports in
77 ## the chroot. This is intended for use when /usr/ports already exists.
80 ## Set to pass additional flags to make(1) for the build chroot setup, such
81 ## as TARGET/TARGET_ARCH.
84 ## Set to a non-empty value to build virtual machine images as part of the
88 ## Set to a non-empty value to compress virtual machine images with xz(1)
89 ## as part of the release build.
90 #WITH_COMPRESSED_VMIMAGES=
92 ## If WITH_VMIMAGES is set to a non-empty value, this is the name of the
93 ## file to use for the installed userland/kernel.
96 ## If WITH_VMIMAGES is set to a non-empty value, this is the size of the
97 ## virtual machine disk filesystem. Valid size values are described in
98 ## the truncate(1) manual page.
101 ## If WITH_VMIMAGES is set to a non-empty value, this is a list of disk
102 ## image formats to create. Valid values are listed in the mkimg(1)
103 ## manual page, as well as 'mkimg --formats' output.
104 #VMFORMATS="vhdf vmdk qcow2 raw"
106 ## Set to a non-empty value to build virtual machine images for various
107 ## cloud providers as part of the release build.
110 ## If WITH_CLOUDWARE is set to a non-empty value, this is a list of providers
111 ## to create disk images.
112 #CLOUDWARE="AZURE OPENSTACK"