]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-05-02 00:57:16 by gecko]
authorgecko <>
Tue, 2 May 2000 07:57:16 +0000 (23:57 -0800)
committergecko <>
Tue, 2 May 2000 07:57:16 +0000 (23:57 -0800)
Added notice about the rest of the GTAGS.. (still some missing, I think,
like Bugs)

Added an email template

Small structure changes to services

debbugs-service
devel/predef.tags
email/notify-closed-control.txt [new file with mode: 0644]

index 3ca51920da0796084e44a7243f299624d889c3b1..dc8b90429823b57a8a26efc54d50961a553902d5 100755 (executable)
@@ -147,8 +147,8 @@ for ( my $procline=0; $procline<=$#body; $procline++)
     } elsif (m/^(send|get)\s+\#?(\d{2,})$/i) 
     {  $ref= $2+0; $reffile= $ref; $reffile =~ s,^..,$&/$&,;
         &sendlynxdoc( "db/$reffile.html", "logs for $gBug#$ref" );
-    } elsif (m/^send-detail\s+\#?(\d+)$/i) {
-        $ref= $1+0; $reffile= $ref; $reffile =~ s,^..,$&/$&,;
+    } elsif (m/^send-detail\s+\#?(\d+)$/i) 
+    {  $ref= $1+0; $reffile= $ref; $reffile =~ s,^..,$&/$&,;
         &sendlynxdoc("db/$reffile-b.html","additional logs for $gBug#$ref");
     } elsif (m/^index(\s+full)?$/i) {
         &sendlynxdoc("db/ix/full.html",'full index');
index fb66b55f68518be8babcf7639fc390388164db01..edc2d7d775c4a7a84b2e36a77373873e90943353 100644 (file)
@@ -8,6 +8,21 @@ OWNER_EMAIL            Owner Email             Globals->owner-email
 OWNER_NAME             Owner Name              Globals->owner-name
 LONG_NAME              Long Name               Globals->project-long
 SHORT_NAME             Short Name              Globals->project-short
+EMAIL_DOMAIN           Email Domain            Globals->email-domain
+LIST_DOMAIN            List Domain             Globals->list-domain
+WEB_DOMAIN             Web Domain              Globals->web-domain
+CGI_DOMAIN             CGI Domain              Globals->cgi-domain
+SUBMIT_LIST            Submit List             Globals->submit-list
+MAINT_LIST             Maint List              Globals->maint-list
+QUIET_LIST             Quiet List              Globals->quiet-list
+FORWARDED_LIST         Forwarded List          Globals->forwarded-list
+DONE_LIST              Done List               Globals->done-list
+REQUEST_LIST           Request List            Globals->request-list
+SUBMITTER_LIST         Submitter List          Globals->submitter-list
+CONTROL_LIST           Control List            Globals->control-list
+SUMMARY_LIST           Summary List            Globals->summary-list
+MIRROR_LIST            Mirror List             Globals->mirror-list
+MIRROS                 Mirrors                 Globals->mirrors
 
 ############################################################################
 # Tags that come from processing the email/doing what wants to be done     #
diff --git a/email/notify-closed-control.txt b/email/notify-closed-control.txt
new file mode 100644 (file)
index 0000000..6a5015e
--- /dev/null
@@ -0,0 +1,20 @@
+From: GTAG_MAINTAINER_EMAIL (GTAG_PROJECT GTAG_BUG Tracking System)
+To: BTAG_BUG_ORIGINATOR
+Subject: Bug #BTAG_BUG_NUMBER closed by developer
+Message-ID: <header.LTAG_BUG_NUMBER.$nn.notdonctl\@GTAG_EMAIL_DOMAIN>
+In-Reply-To: LTAG_HEADER_MSG_ID
+References: LTAG_HEADER_MSG_ID LTAG_MESSAGE_ID
+X-GTAG_PROJECT-PR-Message: closed BTAG_BUG_NUMBER
+
+This is an automatic notification regarding your GTAG_BUG report.
+
+It has been marked as closed by one of the developers, namely
+LTAG_REPLY_TO.
+
+You should be hearing from them with a substantive response shortly,
+if you have not already done so.  If not, please contact them
+directly or email the Developer's list at debian-devel@lists.debian.org.
+
+GTAG_MAINTAINER_NAME
+(administrator, GTAG_PROJECT GTAG_BUG database)
+