From e32ab2a110f4ed9e047c5737f68643fa2f7be9fb Mon Sep 17 00:00:00 2001 From: gecko <> Date: Tue, 14 Sep 1999 21:33:48 -0800 Subject: [PATCH] [project @ 1999-09-14 22:33:48 by gecko] Fixed the mailto address in the summary report --- scripts/config.in | 3 ++- scripts/mailsummary.in | 4 ++-- scripts/text.in | 17 +++++++++-------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/scripts/config.in b/scripts/config.in index cd697920..852e9084 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.3 1999/09/14 02:08:31 gecko Exp $ +# $Id: config.in,v 1.4 1999/09/14 22:33:48 gecko Exp $ #domains $gEmailDomain = "bugs.benham"; #bugs.debian.org $gListDomain = "lists.benham"; #lists.debian.org @@ -37,6 +37,7 @@ $gDoneList = "done.list"; #debian-bugs-closed@lists $gRequestList = "request.list"; $gSubmitterList = "submitter.list"; $gControlList = "control.list"; +$gSummaryList = "summary.list"; #debian-bugs-report@lists $gMirrorList = "mirrors.list"; #sends to all mirrors #config diff --git a/scripts/mailsummary.in b/scripts/mailsummary.in index c14cc6e3..4cf97b01 100755 --- a/scripts/mailsummary.in +++ b/scripts/mailsummary.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: mailsummary.in,v 1.2 1999/09/02 22:27:29 gecko Exp $ +# $Id: mailsummary.in,v 1.3 1999/09/14 22:33:48 gecko Exp $ require( '/etc/debbugs/config' ); @@ -60,7 +60,7 @@ open(D, '| '.join(' ',('/usr/lib/sendmail','-f'.$gMaintainerEmail)).' -odi -oem print D <"; $gFullIndex = "$gProject $gBugs - full index -

$gProject $gBug report logs - index

+ $gHTMLStart

$gProject $gBug report logs - index

This index gives access to $gBugs sent to submit\@$gEmailDomain but not yet marked as done, and to $gBugs marked as done but not yet purged @@ -195,7 +196,7 @@ $gFullIndex = "$gProject $gBugs - full index $gJunkIndex = "$gProject $gBug reports - Junk -

$gProject $gBug reports - Junk

+ $gHTMLStart

$gProject $gBug reports - Junk

This is the index page for logs of messages not associated with a specific $gBug report. @@ -209,7 +210,7 @@ $gJunkIndex = "$gProject $gBug reports - Junk $gMaintIndex = "$gProject $gBug reports by maintainer -

$gProject $gBug reports by maintainer

+ $gHTMLStart

$gProject $gBug reports by maintainer

This page lists the package maintainers against whose packages there are outstanding, fowarded or recently-closed $gBug reports. A maintainer who @@ -227,7 +228,7 @@ $gMaintIndex = "$gProject $gBug reports by maintainer $gPackageIndex = "$gProject $gBug reports by package -

$gProject $gBug reports by package

+ $gHTMLStart

$gProject $gBug reports by package

This page lists the package against which there are outstanding, fowarded or recently-closed $gBug reports. A multi-binary package may appear several @@ -242,7 +243,7 @@ $gPackageIndex = "$gProject $gBug reports by package $gSummaryIndex = "$gProject $gBug report logs - summary index -

$gProject $gBug report logs - summary index

+ $gHTMLStart

$gProject $gBug report logs - summary index

This summary index breiefly lists $gBugs sent to submit\@$gEmailDomain but not yet marked as done, or as fowarded to an upstream author. @@ -257,7 +258,7 @@ $gSummaryIndex = "$gProject $gBug report logs - summary index $gPackageLog = "<HTML><HEAD><TITLE>$gProject $gBug report logs - index by package -

$gProject $gBug report logs - index by package

+ $gHTMLStart

$gProject $gBug report logs - index by package

This summary index breiefly lists $gBugs sent to submit\@$gEmailDomain but not yet marked as done, or as fowarded to an upstream author. @@ -271,7 +272,7 @@ $gPackageLog = "$gProject $gBug report logs - index by packag $gPseudoIndex = "<HTML><HEAD><TITLE>$gProject $gBug report pseudo-packages -

$gProject $gBug report pseudo-packages

+ $gHTMLStart

$gProject $gBug report pseudo-packages

This page lists the pseudo-packages available for use in the Package: line in $gBug reports.

-- 2.39.5