summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-01 21:47:00 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:56 +0200
commitc0cc0f2b3537821a4e9dd7c18707bc9ed824c5d9 (patch)
treeebacf0b899b815cbc97c85ad6f2932e84b1a9d2b
parentb0eff6449945772ed1c45bda7194498c49293ec3 (diff)
downloadnbb-c0cc0f2b3537821a4e9dd7c18707bc9ed824c5d9.tar.gz
nbb-c0cc0f2b3537821a4e9dd7c18707bc9ed824c5d9.tar.xz
nbb-c0cc0f2b3537821a4e9dd7c18707bc9ed824c5d9.zip
More TODO editing
-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.