From a383e253642089e5f0bae58b384897e0c5a970dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Oct 2015 16:50:10 -0400 Subject: devblog --- doc/devblog/day_327__soaking.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/devblog/day_327__soaking.mdwn (limited to 'doc/devblog') diff --git a/doc/devblog/day_327__soaking.mdwn b/doc/devblog/day_327__soaking.mdwn new file mode 100644 index 000000000..d2f033d5f --- /dev/null +++ b/doc/devblog/day_327__soaking.mdwn @@ -0,0 +1,16 @@ +Feeling kind of ready to cut the next release of git-annex, but am giving +the recent large changes just a little time to soak in and make sure +they're ok. + +Yesterday, changed the order that `git annex sync --content` and the +assistant do drops. When dropping from the local repo and also some +remotes, it now makes more sense to drop from the remotes first, and only +then the local repo. There are scenaries where that order lets content be +dropped from all the places that it should be, while the reverse order +doesn't. + +Today, caught up on recent bug reports, including fixing a bad merge +commit that was made when git merge failed due to filenames not supported by +a crippled filesystem, and cleaning up a network transport warning that was +displayed incorrectly. Also developed a patch to the `aws` library to +support google nearline when creating buckets. -- cgit v1.2.3