savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [128] tweak text for manual attachment of list to group (


From: karl
Subject: [Savannah-cvs] [128] tweak text for manual attachment of list to group ( just did bug-standards -> gnustandards)
Date: Wed, 04 Feb 2015 00:13:37 +0000

Revision: 128
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=128
Author:   karl
Date:     2015-02-04 00:13:28 +0000 (Wed, 04 Feb 2015)
Log Message:
-----------
tweak text for manual attachment of list to group (just did bug-standards -> 
gnustandards)

Modified Paths:
--------------
    trunk/sviki/ListServer.mdwn
    trunk/sviki/MailSystem.mdwn
    trunk/sviki/MailingListCreation.mdwn

Modified: trunk/sviki/ListServer.mdwn
===================================================================
--- trunk/sviki/ListServer.mdwn 2015-01-30 01:10:25 UTC (rev 127)
+++ trunk/sviki/ListServer.mdwn 2015-02-04 00:13:28 UTC (rev 128)
@@ -17,13 +17,11 @@
 From here you can perform all sorts of Mailman administrative tasks,
 that are discussed below.
 
-See also: [[ResetListPassword]]
+See also: [[ResetListPassword]].
 
 Mailman FAQ:
 <http://www.python.org/cgi-bin/faqw-mm.py?req=index>
 
-* * * * *
-
 List creation
 -------------
 
@@ -32,17 +30,18 @@
 run `newlist`; see the [[MailSystem]] page.)
 
 For lists whose names do not follow an allowed pattern, savannah-hackers
-must manually run \~/mycreate\_list.pl, and then attach the list to the
-given project using infra/maintenance/ml.pl:
+must manually run `~/mycreate_list.pl` on lists, and then attach the
+list to the given project using `infra/maintenance/ml.pl`:
 
-    infra/maintenance/ml.pl -a adminsname -g project -l listname
+    infra/maintenance/ml.pl -a yourlogin -g project -l listname
     # check if there's no error
-    infra/maintenance/ml.pl -a adminsname -g project -l listname | mysql savane
+    infra/maintenance/ml.pl -a yourlogin -g project -l listname | mysql savane
 
-At present, the pipe doesn't work. You have to run ml.pl on vcs, save
-the sqlcmd that is output, then run echo "sqlcmd" | mysql savane on
-internal.
+Well, the pipe doesn't actually work.  You have to run ml.pl on vcs,
+save the sqlcmd that is output, and then, on internal, run:
 
+    echo "sqlcmd" | mysql savane
+
 Simple aliases, as opposed to lists, can be created in
 fp.gnu.org:/com/mailer/aliases.
 
@@ -75,11 +74,11 @@
     # mv nongnu.org nongnu.org.blah ...
 
 Then, in the Privacy form in the mailman interface, set the "advertised"
-variable to "no". TODO: use 'config\_list' as with
-'\~/mm-configs/norespond.txt'
+variable to "no". TODO: use `config_list` as with
+`~/mm-configs/norespond.txt`.
 
-> Then, remove any heldmsg-listname\* pending messages from
-> \~mailman/data.
+Then, remove any heldmsg-listname\* pending messages from
+`~mailman/data`.
 
 If we really want to delete the list, then to tell Mailman to delete a
 list and its settings:
@@ -105,7 +104,7 @@
 Renaming a mailing list
 -----------------------
 
-See [[RenamingProjectGroup]]
+See [[RenamingProjectGroup]].
 
 Message deletion from archives
 ------------------------------
@@ -121,17 +120,10 @@
 body/headers/whatever empty, instead of actually deleting it. Deletion
 will change all the existing url's. Here's the procedure:
 
-> -   become user mharc on lists.gnu.org (ssh in or su if you can)
-> -   cd mbox/listname
-> -   edit file ('mutt -f 200X-YZ' might help)
-> -   cd ../bin
-> -   ./web-archive -rebuild listname
+-   become user mharc on lists.gnu.org (ssh in or su if you can)
+-   cd mbox/listname
+-   edit file ('mutt -f 200X-YZ' might help)
+-   cd ../bin
+-   ./web-archive -rebuild listname
 
 It's CRUCIAL to run web-archive as the mharc user.
-
-#### subtopics:
-
--   [[ImportMailingListArchive]]
--   [[ListHelperAntiSpam]]
--   [[ResetListPassword]]
--   [[SavannahAnnounce]]

Modified: trunk/sviki/MailSystem.mdwn
===================================================================
--- trunk/sviki/MailSystem.mdwn 2015-01-30 01:10:25 UTC (rev 127)
+++ trunk/sviki/MailSystem.mdwn 2015-02-04 00:13:28 UTC (rev 128)
@@ -1,3 +1,8 @@
+MailSystem
+==========
+
+See also [[ListServer]].
+
 The principal GNU (and FSF?) email server is lists.gnu.org, managed by
 FSF sysadmin.  Savannah people and programs do not have root access.
 

Modified: trunk/sviki/MailingListCreation.mdwn
===================================================================
--- trunk/sviki/MailingListCreation.mdwn        2015-01-30 01:10:25 UTC (rev 
127)
+++ trunk/sviki/MailingListCreation.mdwn        2015-02-04 00:13:28 UTC (rev 
128)
@@ -7,4 +7,3 @@
 The list name must be one of PROJECTNAME-[\*], or PROJECTNAME, or
 {bug,info,help}-PROJECTNAME.  For exceptions, open a support request
 (but let's avoid exceptions unless they are absolutely necessary).
-




reply via email to

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