diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-12 08:19:13 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-12 08:19:13 +0000 |
| commit | cd54ef88cb08ba3cdf340d55e0cfd865dd5cd25d (patch) | |
| tree | 8b5dde83f78d98e9effe12a59c154be1b4f56c41 /tools | |
| parent | 33fe6721212f9ba5897a664c1976cae17effe2b9 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tinderbox/etc/current.rc | 2 | ||||
| -rw-r--r-- | tools/tools/tinderbox/etc/releng_4.rc | 2 | ||||
| -rw-r--r-- | tools/tools/tinderbox/etc/releng_5.rc | 2 | ||||
| -rw-r--r-- | tools/tools/tinderbox/etc/stable.rc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/tools/tinderbox/etc/current.rc b/tools/tools/tinderbox/etc/current.rc index 83cd52dc91e9..e078bc062a3e 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 0ae9fcbe5b15..90d0f3db31dc 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 873df36d8efa..a663bf667156 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 471a44665154..ccb08dd2be73 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 |
