Deleted Added
sdiff udiff text old ( 264027 ) new ( 264343 )
full compact
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 264027 2014-04-01 22:41:26Z 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
59## Set to pass additional flags to make(1) for the build chroot setup, such
60## as TARGET/TARGET_ARCH.
61#CHROOT_MAKEENV=
62