From: Jim Meyering Date: Sun, 3 Oct 2010 18:48:53 +0000 (+0200) Subject: maint: add a release prerequisite: check the NixOS/Hydra autobuilder X-Git-Tag: v8.6~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2006aeba9d44ecc49fefcba65d93451dc537cd01;p=thirdparty%2Fcoreutils.git maint: add a release prerequisite: check the NixOS/Hydra autobuilder * README-release: Add a note to check the autobuilder. --- diff --git a/README-release b/README-release index c370209fa8..b2bd34c39c 100644 --- a/README-release +++ b/README-release @@ -13,6 +13,11 @@ Here are most of the steps we (maintainers) follow when making a release. * Ensure that you're on "master" with no uncommitted diffs. This should produce no output: git checkout master; git diff +* Ensure that you've pushed all changes that belong in the release + and that the NixOS/Hydra autobuilder is reporting all is well: + + http://hydra.nixos.org/jobset/gnu/coreutils-master + * Run bootstrap one last time. This downloads any new translations: ./bootstrap