commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-womb] gnumaint Makefile README gnumaint .cvsignore te...


From: Karl Berry
Subject: [Commit-womb] gnumaint Makefile README gnumaint .cvsignore te...
Date: Thu, 04 Jan 2007 19:52:56 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Karl Berry <karl>       07/01/04 19:52:56

Modified files:
        .              : Makefile README gnumaint 
Added files:
        .              : .cvsignore template-active.txt 
Removed files:
        .              : mailtemplate-active.txt 

Log message:
        ACK instead of ACT, rename template file for better completion

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/Makefile?cvsroot=womb&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnumaint/README?cvsroot=womb&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnumaint?cvsroot=womb&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/gnumaint/.cvsignore?cvsroot=womb&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnumaint/template-active.txt?cvsroot=womb&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnumaint/mailtemplate-active.txt?cvsroot=womb&r1=1.1&r2=0

Patches:
Index: Makefile
===================================================================
RCS file: /sources/womb/gnumaint/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile    2 Jan 2007 18:41:00 -0000       1.1
+++ Makefile    4 Jan 2007 19:52:56 -0000       1.2
@@ -1,3 +1,9 @@
+# Copyright 2007 Free Software Foundation, Inc.
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+
 sep = | dos2unix; true ------------------------------------- 
 
 test-send:

Index: README
===================================================================
RCS file: /sources/womb/gnumaint/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- README      2 Jan 2007 18:41:00 -0000       1.3
+++ README      4 Jan 2007 19:52:56 -0000       1.4
@@ -5,44 +5,15 @@
 You can get listings (see ./gnumaint help list),
 send email to maintainers (./gnumaint help sendemail),
 and receive answers from the maintainers (./gnumaint help recemail).
+The ./Makefile shows sample invocations testing the various features.
 
-If any questions/sugestions, please email address@hidden
-
-
-Ok. An example email generated by that template follows.
-
----begin of email ---
-Reply-To: address@hidden
-From: address@hidden
-To: address@hidden
-Subject: maintenance activity test
-
-Dear Karl Berry
-
-Please answer this email in order we can make sure you
-are still actively maintaining the following packages:
+The file ./template-active.txt defines the mail message sent.  The first
+line is the Subject: header, the rest is the body.  The "ACK" string
+starting the Subject: is what the recemail function looks for.
 
-- Gnulib
-- etc
-
-Sinceresly,
-GNU Project Spamming Section
-
--- Please make sure to include the following line in the body of your reply --
-    $package:Gnulib$ $package:etc$
---- end of email---
-
-Please note the last two lines. There is an informative comment and
-then a "control line" with `$package:package-name$' marks. The
-maintainer should include that control line in the body answer (she
-can simply reply and yank the entire message).
-
-The maintainer should write the reply subject. It should be the string
-`ACT'. No more no less (this is to avoid autoreply messages such as
-richard's one). 
+If any questions/sugestions, please email address@hidden
 
 So, for testing purposes, write a dummy maintainers file with several
 email addresses and packages. Make sure all the variables has correct
 values in the top of `gnumaint'. Then, run `gnumaint':
-
      gnumaint sendemail activity

Index: gnumaint
===================================================================
RCS file: /sources/womb/gnumaint/gnumaint,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- gnumaint    2 Jan 2007 18:41:00 -0000       1.13
+++ gnumaint    4 Jan 2007 19:52:56 -0000       1.14
@@ -23,7 +23,7 @@
 ## Global variables (configuration section)
 
 variable maintainers_file     "maintainers.new"
-variable mailtemplate_active  "mailtemplate-active.txt"
+variable mailtemplate_active  "template-active.txt"
 variable formail              "/usr/bin/formail"
 variable sendmail             "/usr/sbin/sendmail"
 variable log_file             "gnumaint.log"
@@ -292,7 +292,7 @@
     set subject [string trim $subject]
     switch $subject {
 
-       ACT {
+       ACK {
            ;#
            ;# Activity response email
            ;#

Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ .cvsignore  4 Jan 2007 19:52:56 -0000       1.1
@@ -0,0 +1 @@
+gnumaint.log

Index: template-active.txt
===================================================================
RCS file: template-active.txt
diff -N template-active.txt
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ template-active.txt 4 Jan 2007 19:52:56 -0000       1.1
@@ -0,0 +1,9 @@
+ACK %PACKAGE_LIST active maintenance 
+
+Dear %MAINTAINER_NAME <%MAINTAINER_EMAIL>,
+
+Please answer this email in order we can make sure you
+are still actively maintaining %PACKAGE_LIST blah blah blah
+
+Sinceresly,
+GNU Project Spamming Section

Index: mailtemplate-active.txt
===================================================================
RCS file: mailtemplate-active.txt
diff -N mailtemplate-active.txt
--- mailtemplate-active.txt     2 Jan 2007 18:41:00 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,9 +0,0 @@
-%PACKAGE_LIST maintenance activity test
-
-Dear %MAINTAINER_NAME <%MAINTAINER_EMAIL>,
-
-Please answer this email in order we can make sure you
-are still actively maintaining %PACKAGE_LIST blah blah blah
-
-Sinceresly,
-GNU Project Spamming Section




reply via email to

[Prev in Thread] Current Thread [Next in Thread]