[PATCH] D22037: [RFC] Refactoring release docs

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 02:58:30 PDT 2016


rengolin created this revision.
rengolin added reviewers: tstellarAMD, hans, benpope81, sylvestre.ledru, nikola, dim, rovka, dsanders.
rengolin added a subscriber: llvm-commits.
rengolin set the repository for this revision to rL LLVM.
Herald added a reviewer: vkalintiris.

We still need a doc describing how to release and what are the requirements, who's responsible, etc.

This may not be a final take, and we may merge the two documents together, but I'm getting some early feedback on the content, not the presentation.

A few big changes:
* removal of any mention to dragonegg
* not pointing people to build by hand, but to use the release scripts
* unique list of required tools and their versions (cmake, ninja, gcc, clang, libstcd++, msvc)
* quality definition is not by arch anymore. Simple "no regression" policy on check-all+test-suite is the minimum.
* added an "official testing" section, with the names of volunteers (please, all agree that you have volunteered!)
* adding extended validation topic (*other* tests by the community, distribution validation)
* adding how to report bugs, discussed recently on the release threads

Please review the content, and lets discuss the format later. We may want to merge the two release documents, or not. Doesn't matter right now.

Repository:
  rL LLVM

http://reviews.llvm.org/D22037

Files:
  docs/HowToReleaseLLVM.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22037.62836.patch
Type: text/x-patch
Size: 18320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/8dbf7fe5/attachment.bin>


More information about the llvm-commits mailing list