diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:24:39 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:24:39 -0400 |
commit | fb7a9e8061498172317935932ab3fea4acb41fa7 (patch) | |
tree | 8ccd1441263a9cb364ccfbd4d6bf3c64d6aae397 | |
parent | 5219e2e118d36111c57c7731e94da8ad383e442e (diff) |
devblog
-rw-r--r-- | doc/devblog/day_371__catching_up.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/devblog/day_371__catching_up.mdwn b/doc/devblog/day_371__catching_up.mdwn new file mode 100644 index 000000000..02cdf8e7b --- /dev/null +++ b/doc/devblog/day_371__catching_up.mdwn @@ -0,0 +1,21 @@ +Over the weekend, I converted the linux "ancient" autobuilder to use stack. +This makes it easier to get all the recent versions of all the haskell +dependencies installed there. + +Also, merged my no-ffi branch, removing some library code from git-annex +and adding new dependencies. It's good to remove code. + +Today, fixed the OSX dmg file -- its bundled gpg was broken. I pushed out a +new version of the OSX dmg file with the fix. + +With the recent incident in mind of malware inserted into the Transmission +dmg, I've added a virus scan step to the release process +for all the git-annex images. This way, we'll notice if an autobuilder +gets a virus. + +Also caught up on some backlog, although the remaining backlog is a little +larger than I'd like at 135 messages. + +Hope to work some more on adjusted branches this week. A few mornings ago, +I had what may be a key insight about how to reverse adjustments when +propigating changes back from the adjusted branch. |