summaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-06 18:30:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-06 18:30:18 -0400
commit113e9bda9ea737dedae300e2568159fdaf418b8b (patch)
tree0404972fda20a80f145595f658c4c88286d9e28c /doc/devblog
parentf446dcf34a1e1064246e565384e3a429adead673 (diff)
blog for the day
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_4__unexpected_windows_day.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_4__unexpected_windows_day.mdwn b/doc/devblog/day_4__unexpected_windows_day.mdwn
new file mode 100644
index 000000000..6a448c3fc
--- /dev/null
+++ b/doc/devblog/day_4__unexpected_windows_day.mdwn
@@ -0,0 +1,10 @@
+Woke up with a pretty solid plan for gcrypt. It will be structured as a
+separate special remote, so `initremote` will be needed, with a gitrepo=
+parameter (unless the remote already exists). git-annex will then set up
+the git remote, including pushing to it (needed to get a gcrypt-id).
+
+Didn't feel up to implementing that today. Instead I expectedly spent
+the day doing mostly Windows work, including setting up a VM on my new
+laptop for development. Including a ssh server in Windows, so I can
+script local builds and tests on Windows without ever having to
+touch the desktop. Much better!