Revision: 365 http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=365 Author: ineiev Date: 2019-02-01 12:59:27 -0500 (Fri, 01 Feb 2019) Log Message: ----------- Remind how to become mh...@lists.gnu.org
Modified Paths: -------------- trunk/sviki/ImportMailingListArchive.mdwn trunk/sviki/ListServer.mdwn trunk/sviki/RenamingProjectGroup.mdwn Modified: trunk/sviki/ImportMailingListArchive.mdwn =================================================================== --- trunk/sviki/ImportMailingListArchive.mdwn 2019-01-20 18:12:06 UTC (rev 364) +++ trunk/sviki/ImportMailingListArchive.mdwn 2019-02-01 17:59:27 UTC (rev 365) @@ -12,8 +12,10 @@ **Public mailing lists** -Log in to lists.gnu.org as user mharc. +Log in to lists.gnu.org as user list; login as mharc: + lists:~$ ssh -l mharc lists.gnu.org + You'll need an archive in one big mailbox. You probably can cat several mailboxes together if needed (but be sure there is a blank line at the end of each file first, to avoid running messages together): Modified: trunk/sviki/ListServer.mdwn =================================================================== --- trunk/sviki/ListServer.mdwn 2019-01-20 18:12:06 UTC (rev 364) +++ trunk/sviki/ListServer.mdwn 2019-02-01 17:59:27 UTC (rev 365) @@ -143,7 +143,7 @@ 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) +- become user mharc on lists.gnu.org (ssh in from l...@lists.gnu.org or su if you can) - cd mbox/listname - edit file ('mutt -f 200X-YZ' might help) - cd ../bin Modified: trunk/sviki/RenamingProjectGroup.mdwn =================================================================== --- trunk/sviki/RenamingProjectGroup.mdwn 2019-01-20 18:12:06 UTC (rev 364) +++ trunk/sviki/RenamingProjectGroup.mdwn 2019-02-01 17:59:27 UTC (rev 365) @@ -50,6 +50,7 @@ mv $i `echo $i | sed 's,heldmsg-'$old'-\([0-9]\+\).pck$,heldmsg-'$new'-\1.pck,'` fi done + ssh -l mharc lists.gnu.org # mh...@lists.gnu.org mv mbox/$old mbox/$new