diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-06-22 23:44:49 +0200 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-15 12:28:52 +0200 |
| commit | dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef (patch) | |
| tree | 843c51c4c8fca1e0e948e8137aec453ac636adb9 | |
| parent | 143daa973dae0871efaf9e90666a89167e4c16c1 (diff) | |
| download | nbb-dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef.tar.gz nbb-dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef.tar.xz nbb-dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef.zip | |
More TODOs
| -rw-r--r-- | nbb/nbblib/main.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nbb/nbblib/main.py b/nbb/nbblib/main.py index 8bdd561..4425938 100644 --- a/nbb/nbblib/main.py +++ b/nbb/nbblib/main.py @@ -34,6 +34,9 @@ TODO: name to use for composing the pathes. * Store config in ${srcdir}/.nbb.conf instead of 'git config'? More portable. bzr does not have a config interface, for example. + * Model different "stages" of e.g. automake builds as distinct objects, + including proper dependency detectors, and stuff? OK, we're not going + to duplicate scons here. * Design nice user interface. Requirements: * print top_srcdir, builddir, installdir. OK: 'config' * start subshell in top_srcdir, builddir, installdir |
