Deleted Added
full compact
release.conf.sample (264343) release.conf.sample (269639)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 264343 2014-04-11 13:48:45Z gjb $
3# $FreeBSD: head/release/release.conf.sample 269639 2014-08-06 19:04:05Z gjb $
4#
5
4#
5
6# Redefine environment variables here to override prototypes
7# defined in release.sh.
8load_chroot_env() { }
9load_target_env() { }
10
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@rHEAD"

--- 61 unchanged lines hidden ---
11## Set the directory within which the release will be built.
12CHROOTDIR="/scratch"
13
14## Set the svn host.
15SVNROOT="svn://svn.FreeBSD.org/"
16
17## Set the src/, ports/, and doc/ branches or tags.
18SRCBRANCH="base/head@rHEAD"

--- 61 unchanged lines hidden ---