diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-31 21:36:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-31 21:36:14 -0400 |
commit | 27907723539a34346ee2da016c11ad2cb4869e34 (patch) | |
tree | 19271f0fa850435515280ef0467502148d93edc7 | |
parent | 03da93e798950fa10d5ab8ecf6e18fb3b02b1d9b (diff) |
blog for the day
-rw-r--r-- | doc/design/assistant/blog/day_279__final_release_prep.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_279__final_release_prep.mdwn b/doc/design/assistant/blog/day_279__final_release_prep.mdwn new file mode 100644 index 000000000..8028d3a79 --- /dev/null +++ b/doc/design/assistant/blog/day_279__final_release_prep.mdwn @@ -0,0 +1,14 @@ +Landed two final changes before the release.. + +First, made git-annex detect if any of the several long-running git process +it talks to have died, and restart them. My stress test is reliably able to +get at least `git cat-file` to crash, and while I don't know why (and +obviously should follow up by getting a core dump and stack trace of it), +the assistant needs to deal with this to be robust. + +Secondly, wrote rather a lot of java code to better open the web browser +when the Android app is started. A thread listens for urls to be written to +a fifo. Creating a fifo from fortran^Wjava code is .. interesting. Glad to +see the back of the `am` command; it did me no favors. + +AFK |