Comment 4 for bug 300183

Revision history for this message
Steve McInerney (spm) wrote : Re: private mailing list stopped working after the rollout today

Have cowboy reverted part of revno 7200.

Was totally screwing mailman's ability to get the right lib path and hence totally brokenness broke out.

[20/11/08 18:00:53] <elmo> - launchpad_top = os.path.dirname(os.path.dirname(canonical.__file__))
[20/11/08 18:00:57] <elmo> + launchpad_top = os.path.dirname(HERE)
[20/11/08 18:00:57] <elmo> barry: ^-- r7200
[20/11/08 18:01:01] <elmo> i.e. came in with this rollout

Was creating paths in lib/mailman/Mailman/mm_cfg.py
sys.path.insert(0, '/srv/lists.launchpad.net/production/launchpad-rev-7316/lib/canonical/launchpad/mailman')

instead of what should be there of:
sys.path.insert(0, '/srv/lists.launchpad.net/production/launchpad-rev-7316/lib')