You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by se...@apache.org on 2021/03/13 11:29:15 UTC

svn commit: r1887578 - /attic/site/retire.py

Author: sebb
Date: Sat Mar 13 11:29:15 2021
New Revision: 1887578

URL: http://svn.apache.org/viewvc?rev=1887578&view=rev
Log:
Docco

Modified:
    attic/site/retire.py

Modified: attic/site/retire.py
URL: http://svn.apache.org/viewvc/attic/site/retire.py?rev=1887578&r1=1887577&r2=1887578&view=diff
==============================================================================
--- attic/site/retire.py (original)
+++ attic/site/retire.py Sat Mar 13 11:29:15 2021
@@ -1,20 +1,22 @@
 #!/usr/bin/env python3
 
 """
-Sample script to create retirement files for a project.
+
+Script to create retirement files for a project.
 
 Input:
 - https://whimsy.apache.org/public/committee-retired.json
+- https://lists.apache.org/api/preferences.lua
+- xdocs/projects/_template.xml
+- _template.jira
 
 Output:
 - xdocs/flagged/<pid> (created)
 - xdocs/projects/<pid>.xml (created)
 - xdocs/stylesheets/project.xml (updated)
+- <pid>.jira.tmp (created) - this is for pasting into an Attic JIRA issue
 
-N.B. The generated pid.xml file will generally need tweaking to adjust the mailing
-list names and the JIRA link
-
-TODO: how to determine mail lists and issue tracker etc
+N.B. The generated pid.xml file may need tweaking
 
 """