FYI, this sync's an item from coreutils: >From a6288d5a75d9f82c081008a0bc0105ea85bd5cbb Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Fri, 29 Apr 2011 20:23:45 +0200 Subject: [PATCH] maint: tweak README-release
* README-release: Add note to check the NixOS/Hydra autobuilder results. --- README-release | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/README-release b/README-release index bcb046f..29a0edb 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/grep-master + * Run bootstrap one last time. This downloads any new translations: ./bootstrap -- 1.7.5.452.gcf2d0
