diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-17 18:24:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-17 18:24:21 -0400 |
commit | 4f20ea8e2ef07a66cd324eb4e351d375164c7b3a (patch) | |
tree | 1ed893cff2f104f19bfcb13c3ce7b37a1637131a | |
parent | fd83eaf8c268358029bd60cccd0cc0d6532540d3 (diff) |
blog for the day
-rw-r--r-- | doc/design/assistant/android.mdwn | 4 | ||||
-rw-r--r-- | doc/design/assistant/blog/day_267__windows_autobuilder.mdwn | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index aa681ebb3..3325d4397 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -6,6 +6,7 @@ to improve it. * [[bugs/Android_app_permission_denial_on_startup]] * S3 doesn't work (at least to Internet Archive: "connect: does not exist (connection refused)") +* Get app into Goole Play and/or FDroid ## TODO @@ -25,7 +26,8 @@ to improve it. and a few places use it. I have some horrible workarounds in place. * Get local pairing to work. network-multicast and network-info don't currently install. -* Get test suite to pass. +* Get test suite to pass. `git clone` of a local repo fails on android + for some reason. * Make app autostart on boot, optionally. <http://stackoverflow.com/questions/1056570/how-to-autostart-an-android-application> * The app should be aware of power status, and avoid expensive background jobs when low on battery or run flat out when plugged in. diff --git a/doc/design/assistant/blog/day_267__windows_autobuilder.mdwn b/doc/design/assistant/blog/day_267__windows_autobuilder.mdwn new file mode 100644 index 000000000..8ac2845b0 --- /dev/null +++ b/doc/design/assistant/blog/day_267__windows_autobuilder.mdwn @@ -0,0 +1,9 @@ +git-annex is now autobuilt for Windows on the same jenkins farm that +builds msysgit. Thanks for Yury V. Zaytsev for providing that! Spent about +half of today setting up the build. + +Got the test suite to pass in direct mode, and indeed in direct mode +on a FAT filesystem. Had to fix one corner case in direct mode `git annex +add`. Unofrtunatly it still doesn't work on Android; somehow `git clone` +of a local repository is broken there. Also got the test suite to build, +and run on Windows, though it fails pretty miserably. |