summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New version tag syntax: "make tag VER=1.2"HEADnbb-0.2masterHans Ulrich Niedermann2008-07-261-8/+9
* Switch to release tags including the package nameHans Ulrich Niedermann2008-07-264-3/+10
* Remove obsolete .htaccess fileHans Ulrich Niedermann2008-07-241-15/+0
* Make automake's "make" command depend on configureHans Ulrich Niedermann2008-07-243-6/+13
* Adjust testcases for absolute builddirsHans Ulrich Niedermann2008-07-243-9/+15
* Fix typo in automake/distcheck test caseHans Ulrich Niedermann2008-07-241-1/+1
* Open 0.1.x section in NEWSHans Ulrich Niedermann2008-07-241-0/+2
* Add license review to TODOHans Ulrich Niedermann2008-07-221-0/+2
* Ensure cmp/mv/rm rules are correct and silentHans Ulrich Niedermann2008-07-193-24/+28
* Reflect code progress in TODO file, add plansHans Ulrich Niedermann2008-07-171-19/+24
* Fix some issues found by pylint/pycheckerHans Ulrich Niedermann2008-07-169-97/+142
* Add pylint and pychecker checks as "lint" targetHans Ulrich Niedermann2008-07-161-0/+11
* 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