-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with distro versions of git-annex #1
Comments
For what it's worth, I think it is reasonable for you to not support older versions. I have emailed the Arch maintainer about updating the package. I'll post here if that happens. |
There seem to be several packages in the AUR for
I can do that if the version is updated in the Arch repo (and if I don't encounter anyone who uses this with Fedora), since Ubuntu and Debian can install it from NeuroDebian. Thanks for contacting the maintainer. |
The upgrade of git-annex is blocked due to build failure of AWS library with the latest http-conduit. It's been fixed only recently and new release isn't available yet. Once it's out, @felixonmars will surely upgrade it. |
I have updated aws some days ago, but git-annex itself is still blocked by new http-conduit: |
Thanks for the clarification! Hopefully @joeyh can provide some insight on that bug. |
I posted a patch on that page, which I believe fixes the problem. I can build it successfully, Here is the modified package: git-annex-6.20161118-8-x86_64.pkg.tar.xz.zip. I had to zip it since GitHub apparently doesn't like |
Alper Nebi Yasak wrote:
I posted a patch on that page, which I believe fixes the problem. I can build
it successfully, git-annex test reports all tests passed, but it's my first
attempt at Haskell so it might be doing something wrong.
The patch looks reasonable, unfortunately, git am fails to apply it.
Could you please post a working patch, or a git repo I can merge from?
…--
see shy jo
|
Oh, I see, some mangling of |
I have to apologise for changing the metadata --json format. There were good reasons to do so. Most non-frozen linux distros are keeping reasonably current, so I hope that the current metadata --json --batch will be available in them soon. I wonder what is keeping Fedora on such an ancient version. Pinged the Fedora maintainer. |
Thanks a lot for the patch. The Arch package has been updated to 6.20161118 with this patch: |
I think that's a good change! (Although I'm still guilty in making
Thanks! I've also found Bug 1176888 - git-annex-6.20161118 is available which has been automatically complaining for a long time.
Looks like @joeyh released git-annex 6.20161210 with my patch in it as well. I hope that doesn't cause a conflict. |
Don't worry :) |
Currently,
git-annex 6.20160727 (or later)
is supported, but this isn't in most of the distro repositories:6.20160719-1
6.20160719-1
5.20151208-1build1
6.20161118-1
6.20161118-1
6.20161012-1
5.20141125
5.20140717-12.fc25
5.20140717-12.fc25
The adapter should be made compatible with these versions until they are upgraded by the maintainers.
A short list of things that I rely on and aren't available in these versions:
metadata --batch --json
(6.20160727
)fields
object in JSON output. (6.20160726
)The text was updated successfully, but these errors were encountered: