-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hey Zach,
I would really like to add cl-git to Quicklisp. I will do what ever I can to get it in. There are some caveats. https://github.com/russell/cl-git/
For a start it only support libgit2 0.20.0 which the current version of libgit2 is 0.22.2 it should be trivial to update, I have a fairly high degree of test coverage. So don't bother trying to build it yet. It also still produces warnings, which I will fix.
The current version of libgit2 that is in Debian 7 (Wheezy) is 0.21.1-3~bpo7+1 which isn't the current upstream version.
The current version in Debian Unstable is 0.22.2-2.
What is available on your build hosts? I'm assuming that you do an apt-get update && apt-get upgrade before releasing a dist? If you support Debian Unstable, I'm currently the package maintainer for libgit2 so I can control the release to try and ensure that it doesn't break every few months when a new version comes out. libgit2 moves quite quickly and do symbol changes with each release so its hard to make a library that is going to be backwards compatible, I would prefer to only support the current version if possible.
Sorry for the brain dump, but i figured giving you more information rather than less would help.
Thanks!