Re: [tryton-dev] trytond.conf

2014-11-04 Thread Axel Braun
Feel free to use the commented conf file from the debian package [1][2], > > Thanks Mathias, that helps! Anyway, I feel an example should be in the source package, as it was before Cheers Axel

Re: [tryton-dev] trytond.conf

2014-11-04 Thread Mathias Behrle
* Axel Braun: " [tryton-dev] trytond.conf" (Mon, 3 Nov 2014 11:52:50 -0800 (PST)): Hi Axel, > I've read about the changes to the trytond.conf file > Is the config file generated dynamically in between? > > (I noticed that the build failed due to the fact that ther

Re: [tryton-dev] trytond.conf

2014-11-03 Thread Farid Shahy
On 11/03/2014 11:22 PM, Axel Braun wrote: Hi, I've read about the changes to the trytond.conf file Is the config file generated dynamically in between? (I noticed that the build failed due to the fact that there is no etc/trytond.conf in source package of 3.4. In 3.2 there was etc/trytond.co

[tryton-dev] trytond.conf

2014-11-03 Thread Axel Braun
Hi, I've read about the changes to the trytond.conf file Is the config file generated dynamically in between? (I noticed that the build failed due to the fact that there is no etc/trytond.conf in source package of 3.4. In 3.2 there was etc/trytond.conf.) Cheers Axel

Re: [tryton-dev] trytond.conf doesn't get installed in /etc

2011-12-28 Thread Cédric Krier
Please follow https://code.google.com/p/tryton/wiki/HowtoContribute -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpvCGWh08mbh.pgp Description: PGP signature

[tryton-dev] trytond.conf doesn't get installed in /etc

2011-12-27 Thread Sasa Ostrouska
Hi , here is attached a fix to get trytond.con installed in /etc dir during the install phase. Right now if you issue the command: python setup.py install --root=$packdir you do end up without trytond.conf installed in $packdir/etc . With the attached patch you should be able to get it installe