summaryrefslogtreecommitdiff
path: root/doc/design/assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-24 17:49:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-24 17:49:34 -0400
commitda48f7770508671ea62a3fe4c7b33a9b6ead1c31 (patch)
treea4abb6c12f6a2690fd6469866ea6eb015893039a /doc/design/assistant
parentaef7e273db96a89e126d5ad99e287afe7e4b914a (diff)
parent454d9fd5840883ca61f45862c432d33929b84b9b (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/design/assistant')
-rw-r--r--doc/design/assistant/blog/day_196__android_bugfixes.mdwn2
-rw-r--r--doc/design/assistant/blog/day_197__template_haskell/comment_1_82d9f9508929d84abf7b718c59436ae8._comment18
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_196__android_bugfixes.mdwn b/doc/design/assistant/blog/day_196__android_bugfixes.mdwn
index e02dc89d5..a0e9633d4 100644
--- a/doc/design/assistant/blog/day_196__android_bugfixes.mdwn
+++ b/doc/design/assistant/blog/day_196__android_bugfixes.mdwn
@@ -22,5 +22,5 @@ Worked today on some of the obvious bugs.
I want to set up an autobuilder for Android, but to do that I need to
install all the haskell libraries on my server. Since getting them built
for Android involved several days of hacking the first time, this will
-be an opporunity to make sure I can replicate that. Hopefully in less time.
+be an opportunity to make sure I can replicate that. Hopefully in less time.
;)
diff --git a/doc/design/assistant/blog/day_197__template_haskell/comment_1_82d9f9508929d84abf7b718c59436ae8._comment b/doc/design/assistant/blog/day_197__template_haskell/comment_1_82d9f9508929d84abf7b718c59436ae8._comment
new file mode 100644
index 000000000..95fcde0d6
--- /dev/null
+++ b/doc/design/assistant/blog/day_197__template_haskell/comment_1_82d9f9508929d84abf7b718c59436ae8._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="http://meep.pl/"
+ ip="193.23.174.18"
+ subject="Android 2.3"
+ date="2013-02-24T15:16:51Z"
+ content="""
+The updated version lets me see the failure(s), and it looks like this:
+
+ cd: can't cd to /data/data/ga.androidterm/lib/lib.runshell.so/../..
+ [: not found
+ [: not found
+ could not open //installed-version, No such file or directory
+ /data/data/ga.androidterm/lib/lib.runshell.so: cannot create
+ /sdcard/git-annex.home/git-annex-install.log: directory nonexistent
+
+ [Terminal session finished]
+
+"""]]