diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-03-20 17:13:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-03-20 17:13:18 -0400 |
commit | 97e78839c33f03ec064d2f6d9e418145f6568bb0 (patch) | |
tree | 747d3d6d2d6ae051e8dbaf99441613ea30f25673 /doc/devblog | |
parent | 11025aaa449495db399cd02cafc15cec5923281c (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_453_release_prep.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_453_release_prep.mdwn b/doc/devblog/day_453_release_prep.mdwn new file mode 100644 index 000000000..8a0a90dad --- /dev/null +++ b/doc/devblog/day_453_release_prep.mdwn @@ -0,0 +1,13 @@ +Preparing for a release tomorrow. Yury fixed the Windows autobuilder over +the weekend. The OSX autobuilder was broken by my changes Friday, which +turned out to have a simple bug that took quite a long time to chase down. + +Also added `git annex sync --content-of=path` to sync the contents of files +in a path, rather than in the whole work tree as `--content` does. I would +have rather made this be `--content=path` but optparse-applicative +[does not support](https://github.com/pcapriotti/optparse-applicative/issues/243) +options that can be either boolean or have a string value. Really, +I'd rather `git annex sync path` do it, but that would be ambiguous +with the remote name parameter. + +Today's work was sponsored by Jake Vosloo on Patreon. |