summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-18 16:10:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-18 16:10:23 -0400
commit6e75838b78ecd37a295c2d8d5ea4a4c1a01a54e8 (patch)
treea2e0f7d0d34552193119dc4c7433db6a33d7df20
parent9e3a7ca1d9566be1eebe1768740b116e3790a5dd (diff)
devblog
-rw-r--r--doc/devblog/day_13__encrypted_snakernet_working.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_13__encrypted_snakernet_working.mdwn b/doc/devblog/day_13__encrypted_snakernet_working.mdwn
new file mode 100644
index 000000000..3b8e77111
--- /dev/null
+++ b/doc/devblog/day_13__encrypted_snakernet_working.mdwn
@@ -0,0 +1,13 @@
+Spent basically all of today getting the assistant to be able to handle
+gcrypt special remotes that already exist when it's told to add a USB
+drive. This was quite tricky! And I did have to skip handling gcrypt repos
+that are not git-annex special remotes.
+
+Anyway, it's now almost easy to set up an encrypted sneakernet
+using a USB drive and some computers running the webapp. The only part
+that the assistant doesn't help with is gpg key management.
+
+Plan is to make a release on Friday, and then try to also add support for
+encrypted git repositories on remote servers. Tomorrow I will try to get
+through some of the communications backlock that has been piling up while I
+was head down working on gcrypt.