make DistributionUpdate download build-version files and use them in the info files

Also automated downloading the builds, finally. I had done it by hand until
now.

Note that the Windows autobuilder has an expired cert, so it will refuse to
download from it currently. I have emailed its admin to get that fixed,
hopefully.

This commit was sponsored by Peter Hogg.
This commit is contained in:
Joey Hess 2014-06-18 15:21:29 -04:00
parent 08f1f7a697
commit 5b478722da
4 changed files with 82 additions and 17 deletions

View file

@ -28,3 +28,7 @@ Current.
[[!meta title="upgrade loop when info file contains newer version than distributed version of git-annex"]]
[[!tag confirmed]]
> [[fixed|done]]; the release process now uses versions from build-version
> files that are created by the autobuilders, so should always be accurate.
> --[[Joey]]