You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2017/07/21 01:20:35 UTC

[2/2] incubator git commit: Clarify some steps in retirement.

Clarify some steps in retirement.


Project: http://git-wip-us.apache.org/repos/asf/incubator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator/commit/9cde31c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator/tree/9cde31c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator/diff/9cde31c1

Branch: refs/heads/master
Commit: 9cde31c1159c875661f1f41c19269e90de39b28f
Parents: 50edf7d
Author: John D. Ament <jo...@apache.org>
Authored: Thu Jul 20 21:20:28 2017 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Thu Jul 20 21:20:28 2017 -0400

----------------------------------------------------------------------
 pages/guides/retirement.ad | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/9cde31c1/pages/guides/retirement.ad
----------------------------------------------------------------------
diff --git a/pages/guides/retirement.ad b/pages/guides/retirement.ad
index cca89e3..7a78a86 100644
--- a/pages/guides/retirement.ad
+++ b/pages/guides/retirement.ad
@@ -84,17 +84,18 @@ source repository.  This should contain something like the following:
 - If the podling has a DOAP referenced in the link:https://svn.apache.org/repos/asf/comdev/projects.apache.org/data/projects.xml[projects.xml] file used for generating link:http://projects.apache.org[projects.apache.org], remove the entry.
 - Open a "task" INFRA JIRA ticket entitled "Retire the ${podling} Incubator podling".  Open sub-tickets using "Create Sub-Task" as applicable:
 ** Close ${podling} mailing lists
-** (If copyright task completed) Make ${podling} version control read-only
-** (If copyright task *not* completed) Remove ${podling} version control
-** (If JIRA) Move ${podling} JIRA to "retired" and set read-only
-** (If Bugzilla) Close ${podling} Bugzilla
+** Make ${podling} version control read-only
+** Move ${podling} JIRA to "retired" and set read-only
 ** Make ${podling} wiki read-only
 ** Turn off ${podling} automatic builds
 ** Update ${podling} Incubator SVN
 *** Add entries to asf-mailer.conf and send mail to cvs at incubator.apache.org
 *** Remove entries from asf-authorizaton - this makes the directory rw to the Incubator PMC.
 - After Infra modifies the website SVN permissions, disable
-the podling website by installing an link:http://svn.apache.org/repos/asf/incubator/ripple/site/.htaccess[.htaccess]
+the podling website by installing an `.htaccess` like this
+----
+RedirectMatch Permanent ^(/.*)?$ http://incubator.apache.org/projects/{podling}.html
+----
 file at the root of the podling website dir which consists
 of only a redirect to the podling status page.
 - When all steps towards retirement are done, announce completeness on general@incubator.


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org