Author: sebb
Date: Thu Oct 29 23:51:11 2015
New Revision: 1711387

URL: http://svn.apache.org/viewvc?rev=1711387&view=rev
Log:
TODO

Modified:
    comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py

Modified: comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py?rev=1711387&r1=1711386&r2=1711387&view=diff
==============================================================================
--- comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py (original)
+++ comdev/projects.apache.org/scripts/cronjobs/parsecommitteeinfo.py Thu Oct 
29 23:51:11 2015
@@ -222,6 +222,7 @@ for previous in committeesPrevious:
     prevId = previous['id']
     if not prevId in committeesMap:
         print("found retired committee: %s %s" % (prevId, previous['name']))
+        # TODO update committees.xml to disable the entry
         try:
             subprocess.check_call(["svn", "mv",
                                "../../data/committees/%s.rdf" % prevId,


Reply via email to