| Summary: | koha-remove does not remove log4perl.conf | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | brendan, julian.maurice |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 14167 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 15626: Remove log4perl.conf when using koha-remove
Bug 15626: Remove log4perl.conf when using koha-remove Bug 15626: Remove log4perl.conf when using koha-remove |
||
|
Description
Jonathan Druart
2016-01-20 10:27:58 UTC
Created attachment 46984 [details] [review] Bug 15626: Remove log4perl.conf when using koha-remove if you create a koha install using koha-create, and remove it with koha-remove, the /etc/koha/sites/$SITE/ directory won't be removed, because the /etc/koha/sites/$SITE/log4perl.conf has not been removed by this script. Test plan: Use this koha-remove script to remove a koha install Without this patch, the /etc/koha/sites/$SITE directory won't be removed. With this patch applied, the directory will be correctly removed. Created attachment 47045 [details] [review] Bug 15626: Remove log4perl.conf when using koha-remove if you create a koha install using koha-create, and remove it with koha-remove, the /etc/koha/sites/$SITE/ directory won't be removed, because the /etc/koha/sites/$SITE/log4perl.conf has not been removed by this script. Test plan: Use this koha-remove script to remove a koha install Without this patch, the /etc/koha/sites/$SITE directory won't be removed. With this patch applied, the directory will be correctly removed. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised Created attachment 47194 [details] [review] Bug 15626: Remove log4perl.conf when using koha-remove if you create a koha install using koha-create, and remove it with koha-remove, the /etc/koha/sites/$SITE/ directory won't be removed, because the /etc/koha/sites/$SITE/log4perl.conf has not been removed by this script. Test plan: Use this koha-remove script to remove a koha install Without this patch, the /etc/koha/sites/$SITE directory won't be removed. With this patch applied, the directory will be correctly removed. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to Master - Should be in the May 2016 release. Thanks. Patch pushed to 3.22.x, will be in 3.22.3 |