Bug 16084: log4perl.conf not properly set on packages
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 16 Mar 2016 19:21:32 +0000 (16:21 -0300)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 25 Mar 2016 21:07:54 +0000 (21:07 +0000)
commit360cdea29559d84d1f82f0e1e102f18fc8475bb4
treec66168b232895ce63f466ff0d53c51f650b1e3e3
parentee0abde76e78713233a9fcd31fbb6f80b5a9610c
Bug 16084: log4perl.conf not properly set on packages

- Run koha-create to create an instance or just fire kohadevbox:ansible
=> FAIL: Notice the instance's koha-conf.xml points to __KOHA_CONF_DIR__
         instead of /etc/koha/sites/kohadev/ on the log4perl entry.
=> FAIL: the /etc/koha/sites/kohadev/log4perl.conf contains __LOG_DIR__
         instead of /var/log/koha/kohadev/
- Apply this patch and pick the koha-conf-site.xml.in and koha-create files
- Create a new instance
=> SUCCESS: All placeholders are filled correctly.
- Sign off

Regards

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
debian/scripts/koha-create
debian/templates/koha-conf-site.xml.in