From 8c6fd00476525d482bc90599034633299d2c187d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 Dec 2013 14:55:20 -0400 Subject: [PATCH] close bugs; updated the Linux standalone builds with the fix --- doc/bugs/Unable_to_copy_from_Android.mdwn | 10 +++++++++- doc/bugs/android_cannot_get_from_5.20131221.mdwn | 15 ++++++++++++--- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/doc/bugs/Unable_to_copy_from_Android.mdwn b/doc/bugs/Unable_to_copy_from_Android.mdwn index 6fea808cc5..405e227d63 100644 --- a/doc/bugs/Unable_to_copy_from_Android.mdwn +++ b/doc/bugs/Unable_to_copy_from_Android.mdwn @@ -137,4 +137,12 @@ git-annex: copy: 1 failed # End of transcript or log. """]] -[[dup|done]] +> There was a bug in the linux standalone tarball distributed +> with 5.20131221 that made the `git-annex-shell` wrapper accidentially run +> `git-annex` instead of `git-annex-shell`. Which results in +> this error about recvkey, which is a git-annex-shell command, not a +> git-annex command. +> +> I think your ubuntu system must have git-annex installed from that tarball. +> This bug is fixed in the daily builds, and I have updated the +> tarballs for the release too, now. [[done]] --[[Joey]] diff --git a/doc/bugs/android_cannot_get_from_5.20131221.mdwn b/doc/bugs/android_cannot_get_from_5.20131221.mdwn index 72335f5f2a..c2422d853a 100644 --- a/doc/bugs/android_cannot_get_from_5.20131221.mdwn +++ b/doc/bugs/android_cannot_get_from_5.20131221.mdwn @@ -27,6 +27,15 @@ linux standalone 5.20131213 and 5.20131221 are both able to `get` from linux sta > [[clacke]] -> Bug is in the shimming used for the linux standalone builds -> (not android), which causes git-annex-shell to run git-annex. -> [[fixed|done]] --[[Joey]] +> There was a bug in the linux standalone tarball distributed +> with 5.20131221 that made the `git-annex-shell` wrapper accidentially run +> `git-annex` instead of `git-annex-shell`. Which results in +> this error about recvkey, which is a git-annex-shell command, not a +> git-annex command. +> +> So, the problem is not in the android build, but in the git-annex +> installed on the server (or laptop or whatever) that the android is +> trying to access. + +> This bug is fixed in the daily builds, and I have updated the +> tarballs for the release too, now. [[done]] --[[Joey]]