lp:~postfuturist/mailman/retry-test

Created by Stephen A. Goss and last modified
Get this branch:
bzr branch lp:~postfuturist/mailman/retry-test
Only Stephen A. Goss can upload to this branch. If you are Stephen A. Goss please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stephen A. Goss
Project:
GNU Mailman
Status:
Merged

Recent revisions

7061. By Stephen A. Goss

LP: #872391, fix Retry runner bug with unit test

7060. By Barry Warsaw

PostgreSQL support contributed by Stephen A. Goss, with refactoring and test
suite compliance by Barry. (LP: #860159)

7059. By Barry Warsaw

 * Fixed Postfix alias file generation when more than one mailing list
   exists. (LP: #874929). Given by Vincent Fretin.

7058. By Barry Warsaw

 * `bin/mailman start --force` option is fixed. (LP: #869317)
 * acquire_lock_1(): No need to unlink the tempfile
 * Start.process(): Don't print error message when the lock is in stale_lock
   or host_mismatch status and --force has been given.
 * control.rst: Refactor test code into test_control.py.
 * test_create.py: To more accurately mimic argparse, FakeParser.error() needs
   to `sys.exit(1)`. The `SystemExit` must also be caught in the appropriate
   tests.
 * logging.py: Locking is now down by the flufl.lock package, so apply the
   `mailman.lock` configuration to it.

7057. By Barry Warsaw

* Build the Sphinx documentation with `python setup.py build_sphinx` instead
  of bin/docs from buildout.
* Ensure foreign_keys are ON (probably unnecessary).

7056. By Barry Warsaw

Bump version numbers

7055. By Barry Warsaw

Fix a shallow test failure.

7054. By Barry Warsaw

Fix the documentation. The way to build it now is:

$ python setup.py build_sphinx

7053. By Barry Warsaw

Version number bump for 3.0.0a8 release.

7052. By Barry Warsaw

Improved the way flufl.enum.Enums are stored in the database. Now, they
should always be stored as INTEGER columns, with the enum class explicitly
described in the code. This should be more efficient, and besides EIBTI.

Also, filled in a few additional IMailingList attributes which were not
documented in the interface.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mailman
This branch contains Public information 
Everyone can see this information.

Subscribers