Deleted Added
full compact
release.conf.sample (264027) release.conf.sample (264343)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 264027 2014-04-01 22:41:26Z gjb $
3# $FreeBSD: head/release/release.conf.sample 264343 2014-04-11 13:48:45Z 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

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

51## Set when building embedded images.
52#EMBEDDEDBUILD=
53
54## Set to skip the chroot environment buildworld/installworld/distribution
55## step if it is expected the build environment will exist via alternate
56## means.
57#CHROOTBUILD_SKIP=
58
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

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

51## Set when building embedded images.
52#EMBEDDEDBUILD=
53
54## Set to skip the chroot environment buildworld/installworld/distribution
55## step if it is expected the build environment will exist via alternate
56## means.
57#CHROOTBUILD_SKIP=
58
59## Set to a non-empty value skip checkout or update of /usr/src in
60## the chroot. This is intended for use when /usr/src already exists.
61#SRC_UPDATE_SKIP=
62
63## Set to a non-empty value skip checkout or update of /usr/doc in
64## the chroot. This is intended for use when /usr/doc already exists.
65#DOC_UPDATE_SKIP=
66
67## Set to a non-empty value skip checkout or update of /usr/ports in
68## the chroot. This is intended for use when /usr/ports already exists.
69#PORTS_UPDATE_SKIP=
70
59## Set to pass additional flags to make(1) for the build chroot setup, such
60## as TARGET/TARGET_ARCH.
61#CHROOT_MAKEENV=
62
71## Set to pass additional flags to make(1) for the build chroot setup, such
72## as TARGET/TARGET_ARCH.
73#CHROOT_MAKEENV=
74