diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-08-19 07:27:42 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-08-19 07:27:42 +0000 |
| commit | c6b2d86aadc5da46b2e0c201e73f11e570eeeb78 (patch) | |
| tree | bbdcbe4760961af20c89c8aea772329626ba50c8 /tools | |
| parent | 90edbfb22e94c21bd99c939440d6840d0f58578d (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tinderbox/etc/releng_5.rc | 4 | ||||
| -rw-r--r-- | tools/tools/tinderbox/etc/update_releng_5.rc | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/tools/tinderbox/etc/releng_5.rc b/tools/tools/tinderbox/etc/releng_5.rc index 0026bda8c6d10..372e30dcebb2b 100644 --- a/tools/tools/tinderbox/etc/releng_5.rc +++ b/tools/tools/tinderbox/etc/releng_5.rc @@ -4,6 +4,6 @@ # $FreeBSD$ # -branches = RELENG_5_2 -platforms = alpha, amd64, i386/i386, i386/pc98, ia64, sparc64 +branches = RELENG_5 +platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64 recipient = %%SENDER%%,<current@freebsd.org>,<%%arch%%@freebsd.org> diff --git a/tools/tools/tinderbox/etc/update_releng_5.rc b/tools/tools/tinderbox/etc/update_releng_5.rc new file mode 100644 index 0000000000000..4756940e1fd6c --- /dev/null +++ b/tools/tools/tinderbox/etc/update_releng_5.rc @@ -0,0 +1,4 @@ +# $FreeBSD$ +branches = RELENG_5 +platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64 +targets = update |
