summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nbb 0.2releasesHans Ulrich Niedermann2008-07-2620-170/+245
* nbb 0.1 - Initial public standalone versionv0.1Hans Ulrich Niedermann2008-07-161-16/+2
* Fix calling conventions (found by pychecker)Hans Ulrich Niedermann2008-07-163-15/+13
* Remove unused references found by pycheckerHans Ulrich Niedermann2008-07-161-3/+1
* More robust plugin duplicate detectionHans Ulrich Niedermann2008-07-151-3/+12
* Split commands into generic and nbb specific partHans Ulrich Niedermann2008-07-157-396/+420
* TODO stuffHans Ulrich Niedermann2008-07-151-11/+30
* Change from (sh|run)-(src|...) to --srcdir etc.Hans Ulrich Niedermann2008-07-154-69/+63
* Update docsHans Ulrich Niedermann2008-07-152-5/+14
* Add tests for run-* commandsHans Ulrich Niedermann2008-07-152-0/+79
* Catch non-existing dirs in (sh|run)-* commandsHans Ulrich Niedermann2008-07-152-2/+13
* Use wrapper type macro for automake testsHans Ulrich Niedermann2008-07-152-28/+23
* Implement run-* and sh-* commandsHans Ulrich Niedermann2008-07-152-1/+66
* Rework command frameworkHans Ulrich Niedermann2008-07-156-106/+124
* Add TODOHans Ulrich Niedermann2008-07-151-0/+1
* Update TODO to current state of the codeHans Ulrich Niedermann2008-07-151-4/+4
* TODO updateHans Ulrich Niedermann2008-07-151-2/+3
* Fix command line parsing (remove --debug etc.)Hans Ulrich Niedermann2008-07-151-2/+7
* Get rid of all {}.has_key() occurencesHans Ulrich Niedermann2008-07-153-3/+3
* More TODO editingHans Ulrich Niedermann2008-07-151-0/+6
* Re-indent main program (3 spaces are urgh)Hans Ulrich Niedermann2008-07-151-54/+54
* Add logging to BS and VCS detectionHans Ulrich Niedermann2008-07-152-5/+12
* Print non-detected BS/VCS nicelyHans Ulrich Niedermann2008-07-151-2/+8
* Use PYTHON and NBB_SCRIPT vars in test suiteHans Ulrich Niedermann2008-07-157-41/+78
* Fix detect() method return for BS and VCS pluginsHans Ulrich Niedermann2008-07-152-2/+2
* Make loglevel settable via cmdline optionHans Ulrich Niedermann2008-07-152-17/+53
* Define, use package-version specific pkgpythondirHans Ulrich Niedermann2008-07-154-5/+19
* Add context info to plugin validate() classmethodHans Ulrich Niedermann2008-07-153-9/+10
* Document detect() plugin methodsHans Ulrich Niedermann2008-07-153-1/+19
* Define __all__ in nbblib.*Hans Ulrich Niedermann2008-07-156-2/+37
* Document ideas for nbblib.pluginsHans Ulrich Niedermann2008-07-151-0/+2
* Have Command.__init__ call object.__init__Hans Ulrich Niedermann2008-07-151-0/+1
* Add docstrings to nbblib.pluginsHans Ulrich Niedermann2008-07-151-1/+80
* Replace list.append with itertools.chain() callHans Ulrich Niedermann2008-07-151-3/+4
* Shut down logging in case of sys.exit()Hans Ulrich Niedermann2008-07-151-0/+4
* Introduce UnknownException and use itHans Ulrich Niedermann2008-07-151-3/+10
* Update docstring with new module nameHans Ulrich Niedermann2008-07-151-6/+6
* Comment out debug calls of 'ls -l' in pydoc rulesHans Ulrich Niedermann2008-07-151-1/+1
* Fix pydoc for 'make distcheck'Hans Ulrich Niedermann2008-07-151-8/+8
* Automatically adapt width command field in helpHans Ulrich Niedermann2008-07-151-1/+9
* There is no need to install the INSTALL fileHans Ulrich Niedermann2008-07-151-1/+1
* Move TODOs into seperate fileHans Ulrich Niedermann2008-07-153-51/+56
* whitespaceHans Ulrich Niedermann2008-07-151-0/+1
* Store property values in instance, not prop objHans Ulrich Niedermann2008-07-151-7/+14
* Messing with pydocHans Ulrich Niedermann2008-07-151-9/+28
* Use @plugins.abstractmethod decoratorHans Ulrich Niedermann2008-07-153-12/+18
* Install pydoc-generated docsHans Ulrich Niedermann2008-07-151-2/+15
* Check for tool presence (git, rsync, etc. pp)Hans Ulrich Niedermann2008-07-152-1/+31
* Generate pydoc docsHans Ulrich Niedermann2008-07-156-3/+32
* Rename newplugins to pluginsHans Ulrich Niedermann2008-07-158-12/+12