From: joy <> Date: Sat, 7 Oct 2000 04:05:20 +0000 (-0800) Subject: [project @ 2000-10-06 21:05:20 by joy] X-Git-Tag: release/2.6.0~1243 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9a6aaeb62216091ce1a86c49d1a1f3579fd1c12c;p=debbugs.git [project @ 2000-10-06 21:05:20 by joy] got three fixes from master; used $gRemoveAge instead of 28 --- diff --git a/scripts/text.in b/scripts/text.in index 891bd12c..f054eedb 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.8 1999/12/01 18:04:01 gecko Exp $ +# $Id: text.in,v 1.9 2000/10/06 21:05:20 joy Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -134,7 +134,7 @@ $gHTMLTail = "
$gMaintainer / SUBSTITUTE_DTIME - (timestamp page available). + (timestamp page available).

Debian $gBug tracking system
@@ -142,16 +142,16 @@ $gHTMLTail = "


$gMaintainer / 1997 nCipher Corporation Ltd, 1994-7 Ian Jackson, 1995 Steven Brenner.
- + Available under the GPL.
"; ############################################################################ -# Message on when reports are purged. 28 days is hardcoded. +# Message on when reports are purged. ############################################################################ -$gHTMLExpireNote = "(Closed $gBugs are cleaned out 28 days after the last related message is received.)"; +$gHTMLExpireNote = "(Closed $gBugs are cleaned out $gRemoveAge days after the last related message is received.)"; ############################################################################ # Makeup of the stamp page @@ -189,7 +189,7 @@ $gFullIndex = "$gProject $gBugs - full 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 - from the database (this happens 28 days after the last message relating to + from the database (this happens $gRemoveAge days after the last message relating to the report).

For other kinds of indices or for other information about $gProject and @@ -258,6 +258,8 @@ $gSummaryIndex = "$gProject $gBug report logs - summary index the $gBug system, see <A HREF=\"../../\">$gBug system top-level contents WWW page</A>. + <P>The * column lists the first letter of the severity of the $gBug. + ";