You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xdocs/process.xml
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
</ul>
43
43
</li>
44
44
<li>If the board approves the resolution, open an <ahref="https://issues.apache.org/jira/browse/ATTIC">Attic JIRA</a> item - 'Move ${project} to the Attic'.<br />
45
-
The Attic PMC will step in and create a detailed issue description using <ahref="https://svn.apache.org/repos/asf/attic/site/retire.py"><code>retire.py</code></a>, with other generated parts to move the project to the Attic.<br />
45
+
The Attic PMC will step in and create a detailed issue description using <ahref="https://github.com/apache/attic/blob/main/retire.py"><code>retire.py</code></a>, with other generated parts to move the project to the Attic.<br />
46
46
Generated issue content typically contains following steps (see <ahref="#howto">"How to"</a> below for a description of each step):
@@ -125,10 +125,10 @@ ${Name} on behalf of ${project} + the Attic.
125
125
<title>How to: 3. Create project page on Attic site: https://attic.apache.org/projects/${project}.html</title>
126
126
127
127
<p>The Attic website is built using Anakia. <ahref="https://velocity.apache.org/anakia/">Anakia</a> is an old site technology built on top of Apache Velocity.
128
-
You can get the source for the site from Subversion: </p>
129
-
<pre>svn co https://svn.apache.org/repos/asf/attic/site</pre>
128
+
You can get the source for the site from Git: </p>
<p>You can generate the required changes using the Python3 <ahref="https://svn.apache.org/repos/asf/attic/site/retire.py"><code>retire.py</code></a> script as follows:</p>
131
+
<p>You can generate the required changes using the Python3 <ahref="https://github.com/apache/attic/blob/main/retire.py"><code>retire.py</code></a> script as follows:</p>
132
132
<pre>./retire.py id1 [id2...]</pre>
133
133
<p>This should generate the following files for each ID, as well as updating <code>xdocs/stylesheets/project.xml</code>:</p>
134
134
<ul>
@@ -137,10 +137,9 @@ ${Name} on behalf of ${project} + the Attic.
137
137
<li><code>xdocs/projects/ID.xml</code></li>
138
138
<li><code>cwiki_retired/WIKI_ID.txt</code> (this adds the CWIKI banner for projects)</li>
139
139
</ul>
140
-
<p>The code allows for wiki aliases, as described in the cwiki_retired/AAREADME.txt file.</p>
141
-
<p>Review the changes in <code>xdocs/</code>, then commit to svn.</p>
142
-
<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>
143
-
<p>The <ahref="https://ci2.apache.org/#/builders/16">buildbot job</a> will build the site and commit the result which will be published soon after.</p>
140
+
<p>The code allows for wiki aliases, as described in the <code>cwiki_retired/AAREADME.txt</code> file.</p>
141
+
<p>Review the changes in <code>xdocs/</code>, then commit to Git.</p>
142
+
<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 Git.</p>
144
143
</section>
145
144
146
145
<sectionid="doap">
@@ -171,7 +170,7 @@ new category: <category rdf:resource="http://projects.apache.org/category/re
171
170
<title>How to: 5. Get infra lock down project's resources</title>
172
171
<p>Open an <ahref="https://issues.apache.org/jira/browse/INFRA">Infrastructure JIRA</a> issue identifying the resources that need turning off/making read only.</p>
173
172
174
-
<p>The content of the issue can be generated using <ahref="https://svn.apache.org/repos/asf/attic/site/infrajiratext.py"><code>infrajiratext.py</code></a>.</p>
173
+
<p>The content of the issue can be generated using <ahref="hhttps://github.com/apache/attic/blob/main/infrajiratext.py"><code>infrajiratext.py</code></a>.</p>
175
174
176
175
<p>Typically, it contains steps like following, that need to be tweaked based on assets of the retired project:
177
176
<ul>
@@ -226,7 +225,7 @@ on behalf of the Apache Attic and the now retired Apache ${project} project
226
225
</pre>
227
226
228
227
<p>It's important to include the boilerplate from the project's site so people
0 commit comments