Deleted Added
full compact
release.conf.sample (251652) release.conf.sample (252846)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 251652 2013-06-12 13:15:28Z gjb $
3# $FreeBSD: head/release/release.conf.sample 252846 2013-07-05 22:04:49Z 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
12## Set the src/, ports/, and doc/ branches or tags.
13SRCBRANCH="base/head"
14DOCBRANCH="doc/head"
15PORTBRANCH="ports/head"
16
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
12## Set the src/, ports/, and doc/ branches or tags.
13SRCBRANCH="base/head"
14DOCBRANCH="doc/head"
15PORTBRANCH="ports/head"
16
17## Run svn co --force for src checkout.
18#SRC_FORCE_CHECKOUT=yes
19
17## Set the src/, ports/, and doc/ revisions.
18SRCREVISION="-rHEAD"
19DOCREVISION="-rHEAD"
20PORTREVISION="-rHEAD"
21
22## Set to override the default target architecture.
23#TARGET="amd64"
24#TARGET_ARCH="amd64"
25#KERNEL="GENERIC"
20## Set the src/, ports/, and doc/ revisions.
21SRCREVISION="-rHEAD"
22DOCREVISION="-rHEAD"
23PORTREVISION="-rHEAD"
24
25## Set to override the default target architecture.
26#TARGET="amd64"
27#TARGET_ARCH="amd64"
28#KERNEL="GENERIC"
29## Multiple kernels may be set.
30#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=
31
32## Set to specify a custom make.conf and/or src.conf
33#MAKE_CONF="/etc/local/make.conf"
34#SRC_CONF="/etc/local/src.conf"
35
36## Set to use make(1) flags.
37#MAKE_FLAGS="-s"
38
39## Set to use world- and kernel-specific make(1) flags.
40#WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
41#KERNEL_FLAGS="-j $(expr $(sysctl -n hw.ncpu) / 2)"
42
43## Set miscellaneous 'make release' settings.
44#NODOC=
45#NOPORTS=
46#RELSTRING=