summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1fb27dd..4712083 100644
--- a/TODO
+++ b/TODO
@@ -2,14 +2,20 @@ TODO: (to get git-amb equivalent functionality)
* Fine-tune init, configure, build, install commands with knowledge
gained with git-amb, especially the command interdependencies.
* Implement *-sh and *-run commands.
+ * Prepare public release:
+ * Clean up git tags.
+ * Start new git repo (get rid of old ndim-git-utils stuff).
+ * Write docs: man page equivalent, README, and HACKING.
TODO: (Large list)
* supports execution of user commands in source, build, install dirs
* BS support: cmake, scons, ...
* VCS support: SVN, darcs, hg, ...
+ * Make automake's make depend on configure etc.
* Out-of-source builds for systems which require in-source-tree builds:
"cp -rl foo.src foo.build"?
* General removal of redundancy in Python code.
+ * Useful logging infrastructure, and --debug etc user interface.
* Make sure the if cmp ... mv .. rm in make rules are correct and useful.
* More declarative syntax elements in the Python code.
* Use declarations for command line parsing, and help text generation.