[cairo-commit] RELEASING
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Aug 11 12:28:32 PDT 2008
RELEASING | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit 52a8e528694aed3e918398e7d8e2d773eaa04c07
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Aug 11 15:28:04 2008 -0400
[RELEASING] Document how to release with failing tests
diff --git a/RELEASING b/RELEASING
index 1324842..3dfe29b 100644
--- a/RELEASING
+++ b/RELEASING
@@ -25,6 +25,16 @@ Here are the steps to follow to create a new cairo release:
slim_hidden_def and slim_hidden_proto is needed in the cairo
implementation in the style of other similar calls.
+ In the unfortunate case that you have to push a snapshot out
+ (note, I said snapshot, not release) without the entire test
+ suite passing, here's the magic env vars to set when doing
+ 'make distcheck' and 'make release-publish' that will let you
+ get away with it. At any cost, never ever release without
+ (implied) distchecking. Every time we got around it, it turned
+ out to be a disaster. Anyway, here's the pass code:
+
+ DISPLAY= CAIRO_TEST_TARGET=" "
+
3) Fill out an entry in the NEWS file
Sift through the logs since the last release. This is most
More information about the cairo-commit
mailing list