Author: sebb Date: Mon Oct 23 16:20:23 2023 New Revision: 1913236 URL: http://svn.apache.org/viewvc?rev=1913236&view=rev Log: Start collecting details on marking a component as dormant
Modified: commons/cms-site/trunk/content/xdoc/dormant.xml Modified: commons/cms-site/trunk/content/xdoc/dormant.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/dormant.xml?rev=1913236&r1=1913235&r2=1913236&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/dormant.xml (original) +++ commons/cms-site/trunk/content/xdoc/dormant.xml Mon Oct 23 16:20:23 2023 @@ -108,5 +108,33 @@ </section> + <section name="Marking a component as dormant"> + <p> + Some notes on what needs to be changed when a component is made dormant. + </p> + <p> + <b>===== work in progress - to be completed =====</b> + </p> + <ul> + <li>==https://svn.apache.org/repos/asf/commons/cms-site/trunk changes==</li> + <li>content/resources/.htaccess - change redirect (this affects site move)</li> + <li>content/site.xml - drop entry</li> + <li>content/xdoc/components.xml - drop entry</li> + <li>content/xdoc/dormant.xml - add entry</li> + <li>==Git component repo changes==</li> + <li>Update README.md for the component: add note re dormancy</li> + <li>Add '(Dormant)' to description in .asf.yaml</li> + <li>We don't ask for repo to be made read-only in case revival occurs</li> + <li>pom.xml - change site URLs: s/proper/dormant/ </li> + <li>delete dependabot.yml</li> + <li>disable GH CI builds - change to workflow_dispatch only</li> + <li>==other changes==</li> + <li>https://svn.apache.org/repos/infra/websites/production/commons/content - Move site from proper to dormant (try to coordinate this with htaccess change)</li> + <li>https://dist.apache.org/repos/dist/[dev|release]/commons/COMPONENT - drop COMPONENT folders</li> + <li></li> + <li>Does DOAP need updating? Maybe drop DOAP from projects.a.o?</li> + </ul> + </section> + </body> </document>