diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-02 16:03:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-02 16:03:47 -0400 |
commit | baa3ca45c9c06c9e7bbf0e6b459957e7d72ba335 (patch) | |
tree | 023f91909fbf582a25b4540144785b3e09b966cf /doc | |
parent | fdd830bda9d6e2c7a49f68f34f3722275e59a062 (diff) |
devblog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_26__gcrypt_really_done_this_time.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/devblog/day_26__gcrypt_really_done_this_time.mdwn b/doc/devblog/day_26__gcrypt_really_done_this_time.mdwn new file mode 100644 index 000000000..347e4be5f --- /dev/null +++ b/doc/devblog/day_26__gcrypt_really_done_this_time.mdwn @@ -0,0 +1,17 @@ +Did I say it would be easy to make the webapp detect when a gcrypt repository +already existed and enable it? Well, it wasn't exactly hard, but it took +over 300 lines of code and 3 hours.. + +So, gcrypt support is done for now. The glaring omission is gpg key +management for sharing gcrypt repositories between machines and/or people. +But despite that, I think it's solid, and easy to use, and covers some +great use cases. + +Pushed out a release. + +Now I really need to start thinking about +[[design/assistant/disaster_recovery]]. + +---- + +Today's work was sponsored by Dominik Wagenknecht. |