Re: [Koha-devel] custom core patches management

2021-11-11 Thread David Schmidt
we went along with our strategy and wrote a perl script that outputs a bash script. After reviewing the output you can run the script and it will create the necessary symlinks and applies patches. thats our short term approach, in the long run we might stop installing from koha debian packages

Re: [Koha-devel] custom core patches management

2021-11-04 Thread Philippe Blouin
Office: 02 9212 0899 Online: 02 8005 0595 *From:*Michael Hafen (TECH) *Sent:* Thursday, 4 November 2021 3:37 AM *To:* dc...@prosentient.com.au *Cc:* David Schmidt ; koha-devel@lists.koha-community.org *Subject:* Re: [Koha-devel] custom core patches management This is exactly how I manage my K

Re: [Koha-devel] custom core patches management

2021-11-03 Thread dcook
November 2021 3:37 AM To: dc...@prosentient.com.au Cc: David Schmidt ; koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] custom core patches management This is exactly how I manage my Koha installs, with the exception that instead of using the packages I run my production servers from a

Re: [Koha-devel] custom core patches management

2021-11-02 Thread dcook
Schmidt Sent: Tuesday, 2 November 2021 9:01 PM To: Koha-devel@lists.koha-community.org Subject: [Koha-devel] custom core patches management Hello koha community, We made some changes to our Koha instance and are now looking for a mechanism to apply them to a new installation. - some of

Re: [Koha-devel] custom core patches management

2021-11-02 Thread Fridolin SOMERS
Hi, Sounds like old-fashion version management :) We use GIT versioning system https://git-scm.com. The community real repository is https://git.koha-community.org/Koha-community/Koha.git. It is also on GitHub : https://github.com/Koha-Community/Koha I suggest you create a GitHub account and

Re: [Koha-devel] custom core patches management

2021-11-02 Thread Victor Grousset/tuxayo
How is your Koha installed? Debian packages? -- Victor Grousset/tuxayo ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git :

[Koha-devel] custom core patches management

2021-11-02 Thread David Schmidt
Hello koha community, We made some changes to our Koha instance and are now looking for a mechanism to apply them to a new installation. - some of the changes are simply new files, thats easy. - some changes were possible to put into plugins or use existing hooks. but how do you deal with chang