FYI, [PATCH 1/2] maint: tweak README-release [PATCH 2/2] build: update gnulib submodule to latest
>From 95148010b4d874d59237ef1d9d9799db751b1eb1 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Fri, 29 Apr 2011 20:04:14 +0200 Subject: [PATCH 1/2] maint: tweak README-release * README-release: Sync from grep's copy of this file. Also pull from coreutils' copy the note about checking the NixOS/Hydra autobuilder results. --- README-release | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/README-release b/README-release index e5e14e9..e2bc341 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/diffutils-master + * Run bootstrap one last time. This downloads any new translations: ./bootstrap @@ -39,7 +44,8 @@ Here are most of the steps we (maintainers) follow when making a release. it builds and passes all tests. * While that's happening, write the release announcement that you will - soon post. + soon post. Start with the template, $HOME/announce-grep-X.Y + that was just created by that "make" command. Once all the builds and tests have passed, -- 1.7.5.452.gcf2d0 >From e4e232d1e361eda03966e9541ee2e05c561c74e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Fri, 29 Apr 2011 20:16:13 +0200 Subject: [PATCH 2/2] build: update gnulib submodule to latest --- gnulib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnulib b/gnulib index 5e5009f..aaf62c6 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 5e5009f839875220d5dec7abdf5cf53d919f4d42 +Subproject commit aaf62c6aa8069d9a79fae845e1cab86755e5c763 -- 1.7.5.452.gcf2d0
