diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-06-14 11:36:00 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-06-14 11:36:00 +0000 |
| commit | 78fd88311a61a5f1d6385904c7cc838dd1d34acb (patch) | |
| tree | 5be2fc1e978681a59175bcb767455abb8aa766b9 /tools | |
| parent | 48ec0513acc1ef467f80bff8d4970d1a63f49abd (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tinderbox/etc/Makefile | 1 | ||||
| -rw-r--r-- | tools/tools/tinderbox/etc/update_current.rc | 4 | ||||
| -rw-r--r-- | tools/tools/tinderbox/etc/update_stable.rc | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/etc/Makefile b/tools/tools/tinderbox/etc/Makefile index b14109ee73af9..da0abdf9a395b 100644 --- a/tools/tools/tinderbox/etc/Makefile +++ b/tools/tools/tinderbox/etc/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ ETCFILES = default.rc releng_4.rc releng_5.rc stable.rc current.rc +ETCFILES += update_stable.rc update_current.rc ETCDIR ?= ${HOME}/etc ETCOWN ?= ${USER} ETCGRP ?= ${USER} diff --git a/tools/tools/tinderbox/etc/update_current.rc b/tools/tools/tinderbox/etc/update_current.rc new file mode 100644 index 0000000000000..e8a1fa0ecfc5d --- /dev/null +++ b/tools/tools/tinderbox/etc/update_current.rc @@ -0,0 +1,4 @@ +# $FreeBSD$ +branches = CURRENT +platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64 +targets = update diff --git a/tools/tools/tinderbox/etc/update_stable.rc b/tools/tools/tinderbox/etc/update_stable.rc new file mode 100644 index 0000000000000..6c865eb193272 --- /dev/null +++ b/tools/tools/tinderbox/etc/update_stable.rc @@ -0,0 +1,4 @@ +# $FreeBSD$ +branches = RELENG_4 +platforms = alpha, i386/i386, i386/pc98 +targets = update |
