]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/release.conf.sample
MFstable10 r259151:
[FreeBSD/releng/10.0.git] / release / release.conf.sample
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 ## Set the directory within which the release will be built.
7 CHROOTDIR="/scratch"
8
9 ## Set the svn host.
10 SVNROOT="svn://svn.FreeBSD.org"
11
12 ## Set the src/, ports/, and doc/ branches or tags.
13 SRCBRANCH="base/head@rHEAD"
14 DOCBRANCH="doc/head@rHEAD"
15 PORTBRANCH="ports/head@rHEAD"
16
17 ## Run svn co --force for src checkout.
18 #SRC_FORCE_CHECKOUT=yes
19
20 ## Set to override the default target architecture.
21 #TARGET="amd64"
22 #TARGET_ARCH="amd64"
23 #KERNEL="GENERIC"
24 ## Multiple kernels may be set.
25 #KERNEL="GENERIC XENHVM"
26
27 ## Set to specify a custom make.conf and/or src.conf
28 #MAKE_CONF="/etc/local/make.conf"
29 #SRC_CONF="/etc/local/src.conf"
30
31 ## Set to use make(1) flags.
32 #MAKE_FLAGS="-s"
33
34 ## Set to use world- and kernel-specific make(1) flags.
35 #WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
36 #KERNEL_FLAGS="-j $(expr $(sysctl -n hw.ncpu) / 2)"
37
38 ## Set miscellaneous 'make release' settings.
39 #NODOC=
40 #NOPORTS=
41 #RELSTRING=
42 #WITH_DVD=