[llvm] r182763 - Linking ReleaseProcess doc with the world

Renato Golin renato.golin at linaro.org
Tue May 28 03:32:56 PDT 2013


Author: rengolin
Date: Tue May 28 05:32:55 2013
New Revision: 182763

URL: http://llvm.org/viewvc/llvm-project?rev=182763&view=rev
Log:
Linking ReleaseProcess doc with the world

Modified:
    llvm/trunk/docs/HowToReleaseLLVM.rst
    llvm/trunk/docs/ReleaseProcess.rst
    llvm/trunk/docs/index.rst

Modified: llvm/trunk/docs/HowToReleaseLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToReleaseLLVM.rst?rev=182763&r1=182762&r2=182763&view=diff
==============================================================================
--- llvm/trunk/docs/HowToReleaseLLVM.rst (original)
+++ llvm/trunk/docs/HowToReleaseLLVM.rst Tue May 28 05:32:55 2013
@@ -14,6 +14,9 @@ including subprojects: e.g., ``clang`` a
 is the Release Manager's responsibility to ensure that a high quality build of
 LLVM is released.
 
+If you're looking for the document on how to test the release candidates and
+create the vinary packages, please refer to the :doc:`ReleaseProcess` instead.
+
 .. _timeline:
 
 Release Timeline

Modified: llvm/trunk/docs/ReleaseProcess.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseProcess.rst?rev=182763&r1=182762&r2=182763&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseProcess.rst (original)
+++ llvm/trunk/docs/ReleaseProcess.rst Tue May 28 05:32:55 2013
@@ -11,7 +11,7 @@ Introduction
 
 This document contains information about testing the release candidates that will
 ultimately be the next LLVM release. For more information on how to manage the
-actual release, please refer to :doc:`HowToReleaseLLVM <HowToReleaseLLVM>`.
+actual release, please refer to :doc:`HowToReleaseLLVM`.
 
 Overview of the Release Process
 -------------------------------

Modified: llvm/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=182763&r1=182762&r2=182763&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Tue May 28 05:32:55 2013
@@ -335,6 +335,9 @@ Information about LLVM's development pro
 :doc:`HowToReleaseLLVM`
   This is a guide to preparing LLVM releases. Most developers can ignore it.
 
+:doc:`ReleaseProcess`
+  This is a validate a new release, during the release process. Most developers can ignore it.
+
 :doc:`Packaging`
    Advice on packaging LLVM into a distribution.
 





More information about the llvm-commits mailing list