change the sample user to anonymous from kestes

This commit is contained in:
kestes%staff.mail.com 2000-11-28 00:35:49 +00:00
Родитель 6190f7fc27
Коммит 7a6935cebd
2 изменённых файлов: 13 добавлений и 8 удалений

Просмотреть файл

@ -13,8 +13,8 @@
# require technical configurations.
# $Revision: 1.3 $
# $Date: 2000-11-09 19:22:00 $
# $Revision: 1.4 $
# $Date: 2000-11-28 00:35:37 $
# $Author: kestes%staff.mail.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/bin/processmail_bugs,v $
# $Name: $
@ -312,6 +312,9 @@ sub set_tinderbox_variables {
$TINDERBOX{'tinderbox_timenow'} = MailProcess::mailstring2time($MAIL_HEADER{'Date'});
$TINDERBOX{'tinderbox_mailto'} = $MAIL_HEADER{'To'};
$TINDERBOX{'tinderbox_mailfrom'} = $MAIL_HEADER{'From'};
$TINDERBOX{'tinderbox_status'} = $TINDERBOX{$BTData::STATUS_FIELD_NAME};
# the validity of this value is tested in BTData::update2tree if need be.
@ -373,8 +376,10 @@ sub check_required_vars {
my ($uniq_id) = join('.',
$TINDERBOX{'tinderbox_tree'},
$TINDERBOX{'tinderbox_bug_id'},
$TINDERBOX{'tinderbox_timenow'},
$TINDERBOX{'tinderbox_bug_id'},
$TINDERBOX{'tinderbox_mailto'},
$TINDERBOX{'tinderbox_mailfrom'},
);
MailProcess::write_update_file('BT', $uniq_id,

Просмотреть файл

@ -29,8 +29,8 @@
# issue to work out.
# $Revision: 1.5 $
# $Date: 2000-09-18 19:23:53 $
# $Revision: 1.6 $
# $Date: 2000-11-28 00:35:49 $
# $Author: kestes%staff.mail.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/Attic/TreeData.pm,v $
# $Name: $
@ -155,17 +155,17 @@ $VERSION = '#tinder_version#';
# these are dummy trees for testing.
'Project_A' => {
root => ':pserver:kestes@cvs-mirror.mozilla.org:/cvsroot',
root => ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot',
module => 'SeaMonkeyAll',
branch => 'main',
},
'Project_B' => {
root => ':pserver:kestes@cvs-mirror.mozilla.org:/cvsroot',
root => ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot',
module => 'Grendel',
branch => 'main',
},
'Project_C' => {
root => ':pserver:kestes@cvs-mirror.mozilla.org:/cvsroot',
root => ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot',
module => 'NSPR',
branch => 'main',
},