[Python-checkins] pymigr: Progress update.
georg.brandl
python-checkins at python.org
Sat Mar 5 18:09:06 CET 2011
http://hg.python.org/pymigr/rev/32acd09d6bb4
changeset: 128:32acd09d6bb4
user: Georg Brandl <georg at python.org>
date: Sat Mar 05 18:09:03 2011 +0100
summary:
Progress update.
files:
todo.txt
diff --git a/todo.txt b/todo.txt
--- a/todo.txt
+++ b/todo.txt
@@ -22,25 +22,25 @@
-> done
* some hook should prevent pushing python files indented by tabs.
-> done in checkwhitespace.py
+* check if we should speed up svn revision matching/lookups (since the
+ lookup WSGI app can reside permanently in a mod_wsgi process, building
+ a cache at startup should be sufficient)
+ -> done in lookup.py
-Checklist for the converted repo
-================================
+Checklist for the converted repo [done]
+=======================================
* close unused branches
-* add .hgeol in all active branches
-* commit wrong line-endings once
-* dummy-merge maintenance branches
+* add .hgeol in all active branches and commit wrong line-endings once
* clean up tags on all branches, correct pre-2.4 tags that point to
nothing
+* dummy-merge maintenance branches
* install same hooks as in test repo
Optional/Low priority
=====================
* find a nice way of modifying the templates (possibly involving jinja)
-* check if we should speed up svn revision matching/lookups (since the
- lookup WSGI app can reside permanently in a mod_wsgi process, building
- a cache at startup should be sufficient)
* investigate roundup-rietveld integration changes required
* set up garbage collection of unused repos in /home/hg/repos
("unused" meaning created more than X days ago, without a single changeset
@@ -50,16 +50,16 @@
===============
* set up automatic (?) installation of changes to ssh keys, decide upon
- account managers
+ account managers [done]
* adapt build identification for Windows build process (see
build-identification directory)
* adapt Python-ast.c version generation process
* discuss conversion of the peps repo
-* remove old hg mirrors at http://code.python.org/hg
+* remove old hg mirrors at http://code.python.org/hg [done]
-Buildbot
---------
+Buildbot [done]
+---------------
* Experimental hg buildbots are already setup for the non-official mirrors
at http://code.python.org. Their configuration must be moved to the official
@@ -79,8 +79,8 @@
(it would be nice to customize that form to make it more readable...)
-Tracker
--------
+Tracker [done]
+--------------
Activate the new substitutions in the python-dev tracker instance's
``extensions/local_replace.py``.
--
Repository URL: http://hg.python.org/pymigr
More information about the Python-checkins
mailing list