File: day_26__gcrypt_really_done_this_time.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (17 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.