]> scripts.mit.edu Git - wizard.git/commitdiff
More things TODO.
authorEdward Z. Yang <ezyang@mit.edu>
Wed, 19 Aug 2009 06:29:28 +0000 (02:29 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Wed, 19 Aug 2009 06:29:28 +0000 (02:29 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO

diff --git a/TODO b/TODO
index dd2946698fee6e509d4867cdf92aea607ee83412..6b4d905768c3504c818005ff56eedcaa31b73235 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,6 +12,21 @@ TODO NOW:
   --limit and then increase.
 - .git to .git.bak semantics are not actually helpful (if we run with
   force a bunch of times, we won't notice that we nuked a .git directory)
+- Make sure to generate reports about what errored and what had warnings.
+  Same goes for our output
+- Change from using hashes to using numbers corresponding to when we
+  processed them (padded to 7 width) and make sure we sort listdir
+  the versions directory.
+- Allow to migrate just one user
+- Make sure MediaWiki upgrade script gives correct exit code if it fails.
+- Custom merge algo: absolute php.ini symlinks to relative symlinks
+- Custom merge algo: re-constitute AdminSettings.php if missing.  It looks
+  like this is the case for most 1.5.8 installs (check what the merges
+  do in both directions).  All 1.11.0 installs except four have
+  the other (check diff -u with all in /root)
+- Further reduce logging by making sh.call() debug?
+- Make git tell us about unversioned files in info (this will have a lot
+  of noise)
 
 - Make parallel-find.pl use `sudo -u username git describe --tags`
   to determine version.  Make parallel-find.pl have this have greater