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)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 1 Apr 2016 12:11:33 +0000 (14:11 +0200)
commitd8ba2e95c43f3ce0cc66f0900288cf99e1f5bfc6
tree3e77eab103d7bf46c12017e994b56f19856a1322
parentea6c6f4155d457fe839f6097732219b07c7a9b9d
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
(cherry picked from commit 360cdea29559d84d1f82f0e1e102f18fc8475bb4)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
debian/scripts/koha-create
debian/templates/koha-conf-site.xml.in