Added a comment: More info on latest autobuild

This commit is contained in:
bla 2013-10-15 21:42:52 +00:00 committed by admin
parent 6f3c6ebde1
commit 2a01a7d116

View file

@ -0,0 +1,57 @@
[[!comment format=mdwn
username="bla"
ip="91.121.95.205"
subject="More info on latest autobuild"
date="2013-10-15T21:42:52Z"
content="""
Using adb shell, su app_30, runshell:
app_30@android:/data/data/ga.androidterm/anntmp $ head -n 3 /sdcard/git-annex.>
Installation starting to /data/data/ga.androidterm
89345b7108f5c18eba0845f84780a26d069d011d
installing busybox
app_30@android:/data/data/ga.androidterm/anntmp $ git version
git version 1.8.4.474.g128a96c
app_30@android:/data/data/ga.androidterm/anntmp $ git annex version
git-annex version: 4.20131015-g89345b7
build flags: Assistant Webapp Testsuite S3 WebDAV Inotify DNS Feeds Quvi TDFA CryptoHash
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
local repository version: 3
default repository version: 3
supported repository versions: 3 4
upgrade supported from repository versions: 0 1 2
git init; git annex init; touch lala
130|app_30@android:/data/data/ga.androidterm/anntmp $ git annex add lala --deb>
[2013-10-15 23:37:20 CEST] read: git [\"--git-dir=/data/data/ga.androidterm/anntmp/.git\",\"--work-tree=/data/data/ga.androidterm/anntmp\",\"ls-files\",\"--others\",\"--exclude-standard\",\"-z\",\"--\",\"lala\"]
[2013-10-15 23:37:20 CEST] read: git [\"--git-dir=/data/data/ga.androidterm/anntmp/.git\",\"--work-tree=/data/data/ga.androidterm/anntmp\",\"diff\",\"--name-only\",\"--diff-filter=T\",\"-z\",\"--\",\"lala\"]
add lala [2013-10-15 23:37:20 CEST] chat: git [\"--git-dir=/data/data/ga.androidterm/anntmp/.git\",\"--work-tree=/data/data/ga.androidterm/anntmp\",\"check-attr\",\"-z\",\"--stdin\",\"annex.backend\",\"annex.numcopies\",\"--\"]
*hangs*
echo lala | git check-attr -z --stdin annex.backend annex.numcopies | hexdump -C
00000000 6c 61 6c 61 0a 00 61 6e 6e 65 78 2e 62 61 63 6b |lala..annex.back|
00000010 65 6e 64 00 75 6e 73 70 65 63 69 66 69 65 64 00 |end.unspecified.|
00000020 6c 61 6c 61 0a 00 61 6e 6e 65 78 2e 6e 75 6d 63 |lala..annex.numc|
00000030 6f 70 69 65 73 00 75 6e 73 70 65 63 69 66 69 65 |opies.unspecifie|
00000040 64 00 |d.|
00000042
While on my laptop (git 1.8.4.rc3)
feather annex % echo lala | git check-attr -z --stdin annex.backend annex.numcopies | hexdump -C
00000000 22 6c 61 6c 61 5c 6e 22 3a 20 61 6e 6e 65 78 2e |\"lala\n\": annex.|
00000010 62 61 63 6b 65 6e 64 3a 20 75 6e 73 70 65 63 69 |backend: unspeci|
00000020 66 69 65 64 0a 22 6c 61 6c 61 5c 6e 22 3a 20 61 |fied.\"lala\n\": a|
00000030 6e 6e 65 78 2e 6e 75 6d 63 6f 70 69 65 73 3a 20 |nnex.numcopies: |
00000040 75 6e 73 70 65 63 69 66 69 65 64 0a |unspecified.|
0000004c
So in fact very different indeed.
Hope it helps - assuming i didn't do some weird mistake. I'll happily use stable version for now. GREAT THANKS!
"""]]