From dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 22 Jun 2008 23:44:49 +0200 Subject: More TODOs --- nbb/nbblib/main.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit