[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coreutils] [PATCH] maint: add a release prerequisite: check the NixOS/H
From: |
Jim Meyering |
Subject: |
[coreutils] [PATCH] maint: add a release prerequisite: check the NixOS/Hydra autobuilder |
Date: |
Sun, 03 Oct 2010 20:49:34 +0200 |
I've forgotten to do this at least once, so...
>From 2006aeba9d44ecc49fefcba65d93451dc537cd01 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 3 Oct 2010 20:48:53 +0200
Subject: [PATCH] maint: add a release prerequisite: check the NixOS/Hydra
autobuilder
* README-release: Add a note to check the autobuilder.
---
README-release | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/README-release b/README-release
index c370209..b2bd34c 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
--
1.7.3.1.45.g9855b
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [coreutils] [PATCH] maint: add a release prerequisite: check the NixOS/Hydra autobuilder,
Jim Meyering <=