~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to mailman/pipeline/docs/archives.txt

  • Committer: Barry Warsaw
  • Date: 2008-12-26 04:57:07 UTC
  • mto: This revision was merged to the branch mainline in revision 6649.
  • Revision ID: barry@list.org-20081226045707-5rgc6b8aw7jwyb2p
Added a buildout hack for zope.testing so that we can add our own command line
options to bin/test.

More test repair, even though it's cheating.  Use a bunch of variables from
Defaults.py even though these will have to be moved to the schema.cfg.

Update logging initialization to consult the propagate flag from the command
line.  Also skip mailman.root since this is not a valid logger.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
processes.
9
9
 
10
10
    >>> from mailman.app.lifecycle import create_list
11
 
    >>> from mailman.queue import Switchboard
12
11
    >>> handler = config.handlers['to-archive']
13
12
    >>> mlist = create_list(u'_xtest@example.com')
14
 
    >>> switchboard = Switchboard(config.ARCHQUEUE_DIR)
 
13
    >>> switchboard = config.switchboards['archive']
15
14
 
16
15
A helper function.
17
16