diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-10-10 07:10:33 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-10-10 07:10:33 +0000 |
| commit | 92f489a593958298153b3af0c579813e139cb36c (patch) | |
| tree | 829fa93d00e8fb17fd350a06a8472af0cabcaba2 /tools | |
| parent | c031267f3ba9706f6d41081ce103ef6ff7ba92a1 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tinderbox/etc/Makefile | 2 | ||||
| -rw-r--r-- | tools/tools/tinderbox/etc/releng_5.rc | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/etc/Makefile b/tools/tools/tinderbox/etc/Makefile index b3e3d0b261935..35cbf4bf06822 100644 --- a/tools/tools/tinderbox/etc/Makefile +++ b/tools/tools/tinderbox/etc/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -ETCFILES = default.rc releng_4.rc current.rc experimental.rc +ETCFILES = default.rc releng_4.rc releng_5.rc current.rc ETCFILES += ada.rc dsa.rc dwp.rc stanley.rc ETCDIR ?= ${HOME}/etc ETCOWN ?= ${USER} diff --git a/tools/tools/tinderbox/etc/releng_5.rc b/tools/tools/tinderbox/etc/releng_5.rc new file mode 100644 index 0000000000000..5761a8adbf52a --- /dev/null +++ b/tools/tools/tinderbox/etc/releng_5.rc @@ -0,0 +1,9 @@ +# +# RELENG_5 tinderbox setup +# +# $FreeBSD$ +# + +branches = RELENG_5_1 +platforms = alpha, i386/i386, i386/pc98, sparc64 +#recipient = current@freebsd.org,%%arch%%@freebsd.org |
