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

diff --git a/TODO b/TODO
index 1c75c8ced5d22107d89277ecfa3a5a6c70e18049..dd2946698fee6e509d4867cdf92aea607ee83412 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,8 +2,20 @@ The Git Autoinstaller
 
 TODO NOW:
 
+- Update docs to note that .scripts-version is kept in its original place
+- Make sure we're not generating .scripts/version
+- Fix MediaWiki 1.11.0 Setup.php (we incorrectly applied the scripts
+  patch when it was actually not in this version) --- we need to figure
+  out the sequencer NOW.
+- Genericize callAsUser and drop_priviledges in shell
+- Remove "already migrated" cruft that will accumulate if we do small
+  --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 parallel-find.pl use `sudo -u username git describe --tags`
-  to determine version
+  to determine version.  Make parallel-find.pl have this have greater
+  precedence.
 - Make the installer use 'wizard install' /or/ do a migration
   after doing a normal install (the latter makes it easier
   for mass-rollbacks).