diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-12 17:58:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-12 17:58:43 -0400 |
commit | 2166f11aca543ec568a3106d9fe63353bcd4ccd4 (patch) | |
tree | 84e8f3e6e43df5bd8e7dde5e86d85161faf9a57b /doc/devblog/day_8__ill.mdwn | |
parent | e72d61aedce232df14fc7bc2d29b07cad4e43b09 (diff) |
blog for the day
Diffstat (limited to 'doc/devblog/day_8__ill.mdwn')
-rw-r--r-- | doc/devblog/day_8__ill.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/devblog/day_8__ill.mdwn b/doc/devblog/day_8__ill.mdwn new file mode 100644 index 000000000..c086a9dc1 --- /dev/null +++ b/doc/devblog/day_8__ill.mdwn @@ -0,0 +1,20 @@ +I've been out sick. However, some things kept happening. Mesar contributed +a build host, and the linux and android builds are now happening, hourly, +there. (Thanks as well to the two other people who also offered hostng.) +And I made a minor release to fix a bug in the test suite that I was pleased +three different people reported. + +Today, my main work was getting git-annex to notice when a gcrypt remote +located on some removable drive mount point is not the same gcrypt remote +that was mounted there before. I was able to finesse this so it +re-configures things to use the new gcrypt remote, as long as it's a +special remote it knows about. (Otherwise it has to ignore the remote.) +So, encrypted repos on removable drives will work just as well as +non-encrypted repos! + +Also spent a while with rsync.net tech support trying to work out why +someone's git-annex apparently opened a lot of concurrent ssh connections +to rsync.net. Have not been able to reproduce the problem though. + +Also, a lot of catch-up to traffic. Still 63 messages backlogged however, +and still not entirely well.. |