From: Emil Velikov
Date: Wed, 15 Mar 2017 17:34:26 +0000 (+0000)
Subject: docs/releasing: document how to squash/announce queued patches
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccb89e72aa177ee5f95a8f5985e5aab037bd2aa7;p=mesa.git
docs/releasing: document how to squash/announce queued patches
In the odd case where a patch needs to be fixed, squash the appropriate
fix and document how. Add a note in the pre-release notes, such that
devs can quickly spot it.
v2: Grammar/typo fixes (Eric). Use upstream commit [SHA] as reference.
Signed-off-by: Emil Velikov
Reviewed-by: Eric Engestrom
---
diff --git a/docs/releasing.html b/docs/releasing.html
index 4db30c2c7a2..b5a9a5c85bf 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -115,6 +115,38 @@ performed where possible.
Achieved by combination of local ad-hoc scripts and AppVeyor plus Travis-CI,
the latter as part of their Github integration.
+
+Note: If a patch in the current queue needs any additional
+fix(es), then they should be squashed together.
+
+The commit messages and the cherry picked from
tags must be preserved.
+
+
+This should be noted in the pre-announce email.
+
+ git show b10859ec41d09c57663a258f43fe57c12332698e
+
+ commit b10859ec41d09c57663a258f43fe57c12332698e
+ Author: Jonas Pfeil <pfeiljonas@gmx.de>
+ Date: Wed Mar 1 18:11:10 2017 +0100
+
+ ralloc: Make sure ralloc() allocations match malloc()'s alignment.
+
+ The header of ralloc needs to be aligned, because the compiler assumes
+ ...
+
+ (cherry picked from commit cd2b55e536dc806f9358f71db438dd9c246cdb14)
+
+ Squashed with commit:
+
+ ralloc: don't leave out the alignment factor
+
+ Experimentation shows that without alignment factor gcc and clang choose
+ ...
+
+ (cherry picked from commit ff494fe999510ea40e3ed5827e7818550b6de126)
+
+
Regression/functionality testing
@@ -290,6 +322,12 @@ Queued (NUMBER)
AUTHOR (NUMBER):
COMMIT SUMMARY
+For example:
+
+Jonas Pfeil (1):
+ ralloc: Make sure ralloc() allocations match malloc()'s alignment.
+Squashed with
+ ralloc: don't leave out the alignment factor
Rejected (NUMBER)
=================