[Python-checkins] pymigr: Optionally GC unused repos on the server

antoine.pitrou python-checkins at python.org
Tue Mar 1 21:02:58 CET 2011


http://hg.python.org/pymigr/rev/c565c1075f0b
changeset:   120:c565c1075f0b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Mar 01 21:02:53 2011 +0100
summary:
  Optionally GC unused repos on the server

files:
  todo.txt

diff --git a/todo.txt b/todo.txt
--- a/todo.txt
+++ b/todo.txt
@@ -42,6 +42,9 @@
   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
+  ever committed)
 
 After migration
 ===============

-- 
Repository URL: http://hg.python.org/pymigr


More information about the Python-checkins mailing list