From 07974a16ff00214883807949aa4d32c950af529a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Mar 2014 18:45:22 -0400 Subject: heh, that's amusing, ikiwiki --- doc/devblog/day_128__release_prep.mdwn | 27 +++++++++++++++++++++++++++ doc/devblog/day__128__release_prep.mdwn | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 doc/devblog/day_128__release_prep.mdwn delete mode 100644 doc/devblog/day__128__release_prep.mdwn (limited to 'doc') diff --git a/doc/devblog/day_128__release_prep.mdwn b/doc/devblog/day_128__release_prep.mdwn new file mode 100644 index 000000000..57f4e83a3 --- /dev/null +++ b/doc/devblog/day_128__release_prep.mdwn @@ -0,0 +1,27 @@ +Preparing for a release (probably tomorrow or Friday). + +Last night, did more work on the test suite, including even more checking +of merge conflict resolution. + +Part of that was updating the autobuilders. Had to deal with the gnutls +security hole fix, and upgrading that on the OSX autobuilder turned out to +be quite complicated due to library version skew. Also, I switched the +linux autobuilders over to building from Debian unstable, rather than +stable. That should be ok to do now that the standalone build bundles all +the libraries it needs... And the arm build has always used unstable, and +has been reported working on a lot of systems. So I think this will be +safe, but have backed up the old autobuilder chroots just in case. + +Also been catching up on bug reports and traffic and +and dealt with quite a lot of things today. Smarter log file +rotation for the assistant, better webapp behavior when git is not +installed, and a fix for the webdav 5 second timeout problem. + +Perhaps the most interesting change is a new `annex.startupscan` setting, +which can be disabled to prevent the assistant from doing the expensive +startup scan. This means it misses noticing any files that changed since it +last run, but this should be useful for those really big repositories. + +---- + +Today's work was sponsored by Michael Alan Dorman. diff --git a/doc/devblog/day__128__release_prep.mdwn b/doc/devblog/day__128__release_prep.mdwn deleted file mode 100644 index 57f4e83a3..000000000 --- a/doc/devblog/day__128__release_prep.mdwn +++ /dev/null @@ -1,27 +0,0 @@ -Preparing for a release (probably tomorrow or Friday). - -Last night, did more work on the test suite, including even more checking -of merge conflict resolution. - -Part of that was updating the autobuilders. Had to deal with the gnutls -security hole fix, and upgrading that on the OSX autobuilder turned out to -be quite complicated due to library version skew. Also, I switched the -linux autobuilders over to building from Debian unstable, rather than -stable. That should be ok to do now that the standalone build bundles all -the libraries it needs... And the arm build has always used unstable, and -has been reported working on a lot of systems. So I think this will be -safe, but have backed up the old autobuilder chroots just in case. - -Also been catching up on bug reports and traffic and -and dealt with quite a lot of things today. Smarter log file -rotation for the assistant, better webapp behavior when git is not -installed, and a fix for the webdav 5 second timeout problem. - -Perhaps the most interesting change is a new `annex.startupscan` setting, -which can be disabled to prevent the assistant from doing the expensive -startup scan. This means it misses noticing any files that changed since it -last run, but this should be useful for those really big repositories. - ----- - -Today's work was sponsored by Michael Alan Dorman. -- cgit v1.2.3