Deleted Added
full compact
release.conf.sample (252846) release.conf.sample (254293)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 252846 2013-07-05 22:04:49Z gjb $
3# $FreeBSD: head/release/release.conf.sample 254293 2013-08-13 20:16:14Z 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.
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"
13SRCBRANCH="base/head@rHEAD"
14DOCBRANCH="doc/head@rHEAD"
15PORTBRANCH="ports/head@rHEAD"
16
17## Run svn co --force for src checkout.
18#SRC_FORCE_CHECKOUT=yes
19
16
17## Run svn co --force for src checkout.
18#SRC_FORCE_CHECKOUT=yes
19
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"
31
32## Set to specify a custom make.conf and/or src.conf

--- 14 unchanged lines hidden ---
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

--- 14 unchanged lines hidden ---