From 37c86ef861b08a3fa07efc3996cbc84357d54c9c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Oct 2013 16:33:23 -0400 Subject: [PATCH] devblog --- doc/devblog/day_34__wrapping_up_fsck.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/devblog/day_34__wrapping_up_fsck.mdwn diff --git a/doc/devblog/day_34__wrapping_up_fsck.mdwn b/doc/devblog/day_34__wrapping_up_fsck.mdwn new file mode 100644 index 0000000000..b667086054 --- /dev/null +++ b/doc/devblog/day_34__wrapping_up_fsck.mdwn @@ -0,0 +1,7 @@ +Fixed a lot of bugs in the assistant's fsck handling today, and merged +it into master. There are some enhancments that could be added to it, +including fscking ssh remotes via git-annex-shell and adding the ability to +schedule events to run every 30 days instead of on a specific day of the +month. But enough on this feature for now. + +Today's work was sponsored by Daniel Brockman.