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

--- 62 unchanged lines hidden ---
10
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.

--- 62 unchanged lines hidden ---