https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31180
David Cook <dc...@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28911 --- Comment #4 from David Cook <dc...@prosentient.com.au> --- Locally, for a few years, when a new version of Koha comes out, I create/refactor a script called something like "fixup_kohaconf_2311.pl", which compares a Koha instance (created via Debian package) against /etc/koha/koha-conf-site.xml.in I think that I mentioned it previously to Jonathan on bug 28911. In fact, it looks like I shared an example script there. It's not a very maintainable script by 1 person. If we were to include a fixup script like that... we'd need to change our development process. But there is a precedent for that. ./etc/koha-conf.xml and ./debian/templates/koha-conf-site.xml.in are comparable to kohastructure.sql We'd want something like ./installer/data/mysql/updatedatabase.pl but for koha-conf.xml. So any dev that added something to koha-conf.xml would need to add an entry into "updateconfig.pl" or equivalent. (Honestly, that could make testing easier for koha-conf.xml changes as well.) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/