summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Claes Wallin (韋嘉誠) <claes.wallin@greatsinodevelopment.com>2013-12-22 16:16:59 +0100
committerGravatar Claes Wallin (韋嘉誠) <claes.wallin@greatsinodevelopment.com>2013-12-22 16:16:59 +0100
commit4af2e7bd056a36f367d31936f1d6aa0edc48f680 (patch)
treefada5d6085e580f2d2808d0678ee9f6315d96e9d
parent349faa3ae125f3976de459b3fada6fa2993cde94 (diff)
bug: Android cannot get from 5.20131221
-rw-r--r--doc/bugs/android_cannot_get_from_5.20131221.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/android_cannot_get_from_5.20131221.mdwn b/doc/bugs/android_cannot_get_from_5.20131221.mdwn
new file mode 100644
index 000000000..17dabc0d8
--- /dev/null
+++ b/doc/bugs/android_cannot_get_from_5.20131221.mdwn
@@ -0,0 +1,22 @@
+## Reproduce
+
+ - run `git annex get --from mylinuxbox` on git-annex Android 5.20131213 or 5.20131221
+ - `mylinuxbox` is running 5.20131221 standalone
+
+## Expected result
+
+The Android box gets the missing file.
+
+## Actual result
+
+ git-annex: unknown command sendkey
+
+## Workaround
+
+Run 5.20131213 on `mylinuxbox`, which does not have this problem.
+
+## Additional
+
+linux standalone 5.20131213 and 5.20131221 are both able to `get` from linux standalone 5.20131221 -- this only affects the Android version.
+
+> [[clacke]]