This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push: new 14d5773 new category => add category to disambiguate 14d5773 is described below commit 14d57730ef63d45d09b2ed6fb2b847df89b63834 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat May 3 08:53:20 2025 +0200 new category => add category to disambiguate --- process-howto.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/process-howto.md b/process-howto.md index 87bd4d2..2237398 100644 --- a/process-howto.md +++ b/process-howto.md @@ -116,11 +116,13 @@ The files referenced are in [https://svn.apache.org/repos/asf/comdev/projects.ap (https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk), which every Apache committer can update. Identify whether the project has a DOAP file (see the <comdev repo>/projects.apache.org/data/projects.xml file) -and update the rdf file with PMC to the Attic and add a category of _retired_: +and update the rdf file with: +- PMC to the Attic and +- add a category of _retired_ (keep original cateogires, as they remain valid for the project) ``` pmc change: <asfext:pmc rdf:resource="http://attic.apache.org" /> -new category: <category rdf:resource="http://projects.apache.org/category/retired" /> +add category: <category rdf:resource="http://projects.apache.org/category/retired" /> ``` You can use `script/project2attic.py` to prepare the update that you'll just need to