Author: sebb
Date: Tue Jun 22 12:25:53 2021
New Revision: 1890970
URL: http://svn.apache.org/viewvc?rev=1890970&view=rev
Log:
More info on updating site
Modified:
attic/site/xdocs/process.xml
Modified: attic/site/xdocs/process.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1890970&r1=1890969&r2=1890970&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Tue Jun 22 12:25:53 2021
@@ -135,8 +135,14 @@ ${Name} on behalf of ${project} + the At
<p>You can generate the required changes using the
<code>retire.py</code></a> script as follows:</p>
<pre>./retire.py id1 [id2...]</pre>
- <p>This should generate two files for each id, as well as updating
xdocs/stylesheets/project.xml</p>
+ <p>This should generate the following files for each ID, as well as updating
xdocs/stylesheets/project.xml:</p>
+ <ul>
+ <li>ID.jira.tmp</li>
+ <li>xdocs/flagged/ID</li>
+ <li>xdocs/projects/ID.xml</li>
+ </ul>
<p>Review the changes in <code>xdocs/</code>, then commit to svn.</p>
+ <p>The <code>ID.jira.tmp</code> file is text that can be copy-pasted into a
JIRA description. It should be deleted after use, and not committed to SVN</p>
<p>The <a href="https://ci.apache.org/builders/attic-site">buildbot job</a>
will build the site and commit the result which will be published soon after</p>
</section>