Re: [Koha-devel] Adopting CPAN and Carton

2020-06-04 Thread dcook
Now that I think about it, embedding the Perl modules in the Debian package could be problematic due to dependencies on C libraries. (Currently building Text::Bidi on an OpenSUSE system and it's taking forever.) I actually found it pretty challenging to read replies interweaved in emails, so I mig

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-04 Thread Victor Grousset/tuxayo
Hi o/ On 20-06-05 02:18, dc...@prosentient.com.au wrote: > What are people’s thoughts on CPAN and Carton (the Perl version of > Bundler, Composer, NPM, etc)? I hope that something like that would be on our reach. And that it will make the majority of the work done to support other Linux distribut

Re: [Koha-devel] Bootstrap 4 upgrade for the OPAC

2020-06-04 Thread Victor Grousset/tuxayo
On 20-06-03 20:12, Owen Leonard wrote: > I've been working on a Bootstrap 4 upgrade to the OPAC (Bug 20168, > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168). > > My work in progress is here: > https://gitlab.com/koha-dev/koha-dev/-/tree/wip-2020-05-14-opac-bootstrap-4 Tested i

Re: [Koha-devel] Replace some koha-* scripts that use "daemon" with systemd unit files

2020-06-04 Thread Victor Grousset/tuxayo
On 20-06-04 04:30, dc...@prosentient.com.au wrote: > I think all modern Linux OSes use systemd for their init system, so I > think it would be pretty safe to use. I have the same impression. If someone needs to support non-systemd OSes, they could still do it (privately or in the community repo)

[Koha-devel] Adopting CPAN and Carton

2020-06-04 Thread dcook
Hi all, What are people's thoughts on CPAN and Carton (the Perl version of Bundler, Composer, NPM, etc)? I like the idea as a way of more easily managing Perl dependencies regardless of Linux distribution and version; in other words, we could provide the same dependencies regardless of bei

Re: [Koha-devel] Fwd: Repack git repo

2020-06-04 Thread Jonathan Druart
Thanks Liz! I git clone the "new" repo, then redo the git gc, and tadaaa $ git gc --aggressive --prune=now Counting objects: 590241, done. Compressing objects: 100% (571643/571643), done. Writing objects: 100% (590241/590241), done. Total 590241 (delta 459721), reused 130510 (delta 0) Checking con