[PATCH] D26963: [docs] Add user-side for blockers/merges
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 04:12:19 PST 2016
rengolin created this revision.
rengolin added reviewers: hans, tstellarAMD.
rengolin added a subscriber: llvm-commits.
rengolin set the repository for this revision to rL LLVM.
Herald added a subscriber: wdng.
Repository:
rL LLVM
https://reviews.llvm.org/D26963
Files:
docs/HowToReleaseLLVM.rst
Index: docs/HowToReleaseLLVM.rst
===================================================================
--- docs/HowToReleaseLLVM.rst
+++ docs/HowToReleaseLLVM.rst
@@ -256,6 +256,22 @@
from the Meta and its priority decreased to *normal*. Debugging can continue,
but on trunk.
+To help users report regressions and propose backports, the following standard
+is followed:
+
+ #. The Meta bug is named: "[Meta] X.n Merges and Bug Fixes", where X.n is the
+ release in question.
+ #. Regressions should be linked directly as a blocker to that bug, and when
+ fixed on trunk, it should be backported by the code owner as soon as all the
+ tests are done and all the bots are green.
+ #. Already existing fixed proposed as backports should create new bugs entitled
+ "Merge rN to the X.n branch", where rN is the commit(s) to backport and X.n
+ is the release, which should coincide with the release in the Meta.
+
+The ultimate decision to merge / backport fixes is done by the release manager
+and the code owners, so please make sure to copy them on any correspondence
+regarding that issue.
+
Release Patch Rules
-------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26963.78850.patch
Type: text/x-patch
Size: 1152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161122/769b2a06/attachment.bin>
More information about the llvm-commits
mailing list