Re: [Mailman-Developers] Mailman keeps creating "var" directories

2014-12-05 Thread Andrew Stuart
Hi Abhilash, > Where did you get this config from? Mailman supports INI-style config > only. Actually I copied the directory specifications from the output of mailman info -v I can see now that isn’t a good idea as the format is not the same. Don’t know why I assumed it would be.

Re: [Mailman-Developers] Mailman keeps creating "var" directories

2014-12-05 Thread Abhilash Raj
Hi Andrew, On Sat, Dec 6, 2014 at 12:04 PM, Andrew Stuart < andrew.stu...@supercoders.com.au> wrote: > When I run “mailman info”, it creates a “var” directory in the current > directory. > Yes this is the default behavior when you don't specify the paths explicitly in your mailman.cfg > > You c

Re: [Mailman-Developers] Mailman keeps creating "var" directories

2014-12-05 Thread Andrew Stuart
When I run “mailman info”, it creates a “var” directory in the current directory. You can see in the following that I have mailman.cfg in my /etc You can also see that /etc/mailman.cfg defines locations for the various directories. You can see that prior to running mailman info there is no “va

[Mailman-Developers] Using alembic autogenerate

2014-12-05 Thread Adam Clark
Is there a procedure for autogenerating a database update using alembic? I haven't used alembic before, but through trial and error I arrived at this: > alembic -c mailman/config/alembic.cfg revision --autogenerate This fails with File "/workspace/test/mailman/libs/mailman/src/mailman/config