diff options
-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 0026bda..372e30d 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 0000000..4756940 --- /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 |