From a94e93619a01514e3d842b28be19d611dfa4f117 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Aug 2015 14:41:32 -0400 Subject: [PATCH] devblog --- doc/devblog/day_310__half_day.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/devblog/day_310__half_day.mdwn diff --git a/doc/devblog/day_310__half_day.mdwn b/doc/devblog/day_310__half_day.mdwn new file mode 100644 index 0000000000..01b76d7bff --- /dev/null +++ b/doc/devblog/day_310__half_day.mdwn @@ -0,0 +1,7 @@ +Took a half day and worked on making it simpler to set up ssh remotes. +The complexity I've gotten rid of is there's no need to take any action to +get a ssh remote initialized as a git-annex repository. Where before, +either git-annex init needed to be ran on the remote, or a git-annex branch +manually pushed to it, now the remote can simply be added and `git annex sync` +will do the rest. This needed git-annex-shell changes, so will only work +once servers are upgraded to use a newer version of git-annex.