diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-07 16:16:04 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-07 16:16:04 -0400 |
commit | 993b81dfaa9cb64b9a189f461468c00ee88bd2cf (patch) | |
tree | 33b7f77b1135b1591243c25bbdc10f8c645b4a9c /doc/devblog/day_245__yak_shaving.mdwn | |
parent | 4847d0039241e28a3b44163c91b64e1c42bf09b0 (diff) |
devblog
Diffstat (limited to 'doc/devblog/day_245__yak_shaving.mdwn')
-rw-r--r-- | doc/devblog/day_245__yak_shaving.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_245__yak_shaving.mdwn b/doc/devblog/day_245__yak_shaving.mdwn new file mode 100644 index 000000000..0e1a7dbaf --- /dev/null +++ b/doc/devblog/day_245__yak_shaving.mdwn @@ -0,0 +1,9 @@ +Worked more on the `relativepaths` branch last night, and I am actually +fairly happy with it now, and plan to merge it after I've run it for a bit +longer myself. + +It seems that I did manage to get a git-annex executable that is built PIE +so it will work on Android 5.0. But all the C programs like busybox +included in the Android app also have to be built that way. Arranging for +everything to get built twice and with the right options took up most of +today. |