close bugs; updated the Linux standalone builds with the fix

This commit is contained in:
Joey Hess 2013-12-27 14:55:20 -04:00
parent 87c338e4be
commit 8c6fd00476
2 changed files with 21 additions and 4 deletions

View file

@ -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]]

View file

@ -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]]