From 840feb292646f850c316abe74dfc20bf197e0032 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 12 Feb 2004 08:19:13 +0000 Subject: Add %%sender%% to the recipient list. --- tools/tools/tinderbox/etc/current.rc | 2 +- tools/tools/tinderbox/etc/releng_4.rc | 2 +- tools/tools/tinderbox/etc/releng_5.rc | 2 +- tools/tools/tinderbox/etc/stable.rc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/tools/tinderbox/etc/current.rc b/tools/tools/tinderbox/etc/current.rc index 83cd52d..e078bc0 100644 --- a/tools/tools/tinderbox/etc/current.rc +++ b/tools/tools/tinderbox/etc/current.rc @@ -6,4 +6,4 @@ branches = CURRENT platforms = alpha, amd64, i386/i386, i386/pc98, ia64, powerpc, sparc64 -recipient = current@freebsd.org,%%arch%%@freebsd.org +recipient = %%sender%%,current@freebsd.org,%%arch%%@freebsd.org diff --git a/tools/tools/tinderbox/etc/releng_4.rc b/tools/tools/tinderbox/etc/releng_4.rc index 0ae9fcb..90d0f3d 100644 --- a/tools/tools/tinderbox/etc/releng_4.rc +++ b/tools/tools/tinderbox/etc/releng_4.rc @@ -6,4 +6,4 @@ branches = RELENG_4_8, RELENG_4_9 platforms = alpha, i386/i386, i386/pc98 -recipient = stable@freebsd.org,%%arch%%@freebsd.org +recipient = %%sender%%,stable@freebsd.org,%%arch%%@freebsd.org diff --git a/tools/tools/tinderbox/etc/releng_5.rc b/tools/tools/tinderbox/etc/releng_5.rc index 873df36..a663bf6 100644 --- a/tools/tools/tinderbox/etc/releng_5.rc +++ b/tools/tools/tinderbox/etc/releng_5.rc @@ -6,4 +6,4 @@ branches = RELENG_5_2 platforms = alpha, amd64, i386/i386, i386/pc98, ia64, sparc64 -recipient = current@freebsd.org,%%arch%%@freebsd.org +recipient = %%sender%%,current@freebsd.org,%%arch%%@freebsd.org diff --git a/tools/tools/tinderbox/etc/stable.rc b/tools/tools/tinderbox/etc/stable.rc index 471a446..ccb08dd 100644 --- a/tools/tools/tinderbox/etc/stable.rc +++ b/tools/tools/tinderbox/etc/stable.rc @@ -6,4 +6,4 @@ branches = RELENG_4 platforms = alpha, i386/i386, i386/pc98 -recipient = stable@freebsd.org,%%arch%%@freebsd.org +recipient = %%sender%%,stable@freebsd.org,%%arch%%@freebsd.org -- cgit v1.1