summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-23 13:09:40 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:52 +0200
commit93b639f785b1a159600b227d9f4b7eb75092a82f (patch)
tree26c2509d6ff1341fa4d3e0826b74d4d40584857a /src
parent005a3823b340efd6702d821bd723ee861cd4d10b (diff)
downloadnbb-93b639f785b1a159600b227d9f4b7eb75092a82f.tar.gz
nbb-93b639f785b1a159600b227d9f4b7eb75092a82f.tar.xz
nbb-93b639f785b1a159600b227d9f4b7eb75092a82f.zip
TODO/DONE work
Diffstat (limited to 'src')
-rw-r--r--src/nbblib/main.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/nbblib/main.py b/src/nbblib/main.py
index a1a16e3..7d880cf 100644
--- a/src/nbblib/main.py
+++ b/src/nbblib/main.py
@@ -22,20 +22,22 @@ DONE:
* VCS config support ('git config', etc.)
* Build system support: automake/autoconf
* Merge stuff from Eclipse to src/own/nbb and vice versa.
+ * Write test cases for init, configure, build, install.
+ * Write test cases for all nbb commands.
+
+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.
TODO: (Large list)
* BS support: cmake, scons, ...
* VCS support: SVN, darcs, hg, ...
- * Fine-tune init, configure, build, install commands with knowledge
- gained with git-amb, especially the command interdependencies.
* Out-of-source builds for systems which require in-source-tree builds:
"cp -rl foo.src foo.build"?
- * Implement *-sh and *-run commands.
* General removal of redundancy in Python code.
* Make sure the if cmp ... mv .. rm in make rules are correct and useful.
* More declarative syntax elements in the Python code.
- * Write test cases for init, configure, build, install.
- * Write test cases for all nbb commands.
* Use declarations for command line parsing, and help text generation.
* Add global --nick or similar option to determine the branch
name to use for composing the pathes.