diff options
author | Jim Meyering <meyering@redhat.com> | 2010-10-03 20:48:53 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-10-03 20:48:53 +0200 |
commit | 2006aeba9d44ecc49fefcba65d93451dc537cd01 (patch) | |
tree | 053f6b5be54752c98a8afd0abe31ba9566791bd4 | |
parent | c333ff1b0caa9e221a8f86f8264b71e5cb7cd5f8 (diff) | |
download | coreutils-2006aeba9d44ecc49fefcba65d93451dc537cd01.tar.xz |
maint: add a release prerequisite: check the NixOS/Hydra autobuilder
* README-release: Add a note to check the autobuilder.
-rw-r--r-- | README-release | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README-release b/README-release index c370209fa..b2bd34c39 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 |