Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make automake's "make" command depend on configure | Hans Ulrich Niedermann | 2008-07-24 | 2 | -5/+12 |
| | |||||
* | Ensure cmp/mv/rm rules are correct and silent | Hans Ulrich Niedermann | 2008-07-19 | 1 | -2/+2 |
| | | | | | Make sure the "if cmp ... mv .. rm" in make rules are correct and useful, and the cmp is silent. | ||||
* | Fix some issues found by pylint/pychecker | Hans Ulrich Niedermann | 2008-07-16 | 9 | -97/+142 |
| | | | | | | | | Includes real issues like wrong argument numbers and missing ancestor __init__() calls, whitespace and comment cleanups. Cannot "fix" everything because of a good amount of the warnings raised by pylint/pychecker are false alarms. | ||||
* | Add pylint and pychecker checks as "lint" target | Hans Ulrich Niedermann | 2008-07-16 | 1 | -0/+11 |
| | |||||
* | Fix calling conventions (found by pychecker) | Hans Ulrich Niedermann | 2008-07-16 | 3 | -15/+13 |
| | | | | The test suite does not appear to test these code pathes. | ||||
* | Remove unused references found by pychecker | Hans Ulrich Niedermann | 2008-07-16 | 1 | -3/+1 |
| | |||||
* | More robust plugin duplicate detection | Hans Ulrich Niedermann | 2008-07-15 | 1 | -3/+12 |
| | | | | | When running pychecker, we got a few duplicate plugin errors due to multiple imports of the same module or something similar. | ||||
* | Split commands into generic and nbb specific part | Hans Ulrich Niedermann | 2008-07-15 | 7 | -396/+420 |
| | |||||
* | Change from (sh|run)-(src|...) to --srcdir etc. | Hans Ulrich Niedermann | 2008-07-15 | 2 | -55/+42 |
| | |||||
* | Update docs | Hans Ulrich Niedermann | 2008-07-15 | 1 | -4/+9 |
| | |||||
* | Catch non-existing dirs in (sh|run)-* commands | Hans Ulrich Niedermann | 2008-07-15 | 2 | -2/+13 |
| | | | | Catch and report properly. | ||||
* | Implement run-* and sh-* commands | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+65 |
| | |||||
* | Rework command framework | Hans Ulrich Niedermann | 2008-07-15 | 3 | -92/+99 |
| | | | | Implies catching exceptions in a single place. | ||||
* | Fix command line parsing (remove --debug etc.) | Hans Ulrich Niedermann | 2008-07-15 | 1 | -2/+7 |
| | |||||
* | Get rid of all {}.has_key() occurences | Hans Ulrich Niedermann | 2008-07-15 | 3 | -3/+3 |
| | |||||
* | Re-indent main program (3 spaces are urgh) | Hans Ulrich Niedermann | 2008-07-15 | 1 | -54/+54 |
| | |||||
* | Add logging to BS and VCS detection | Hans Ulrich Niedermann | 2008-07-15 | 2 | -5/+12 |
| | |||||
* | Print non-detected BS/VCS nicely | Hans Ulrich Niedermann | 2008-07-15 | 1 | -2/+8 |
| | |||||
* | Fix detect() method return for BS and VCS plugins | Hans Ulrich Niedermann | 2008-07-15 | 2 | -2/+2 |
| | |||||
* | Make loglevel settable via cmdline option | Hans Ulrich Niedermann | 2008-07-15 | 2 | -17/+53 |
| | |||||
* | Define, use package-version specific pkgpythondir | Hans Ulrich Niedermann | 2008-07-15 | 2 | -4/+4 |
| | |||||
* | Add context info to plugin validate() classmethod | Hans Ulrich Niedermann | 2008-07-15 | 3 | -9/+10 |
| | |||||
* | Document detect() plugin methods | Hans Ulrich Niedermann | 2008-07-15 | 3 | -1/+19 |
| | |||||
* | Define __all__ in nbblib.* | Hans Ulrich Niedermann | 2008-07-15 | 6 | -2/+37 |
| | |||||
* | Document ideas for nbblib.plugins | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+2 |
| | |||||
* | Have Command.__init__ call object.__init__ | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+1 |
| | |||||
* | Add docstrings to nbblib.plugins | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+80 |
| | |||||
* | Replace list.append with itertools.chain() call | Hans Ulrich Niedermann | 2008-07-15 | 1 | -3/+4 |
| | |||||
* | Shut down logging in case of sys.exit() | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+4 |
| | |||||
* | Introduce UnknownException and use it | Hans Ulrich Niedermann | 2008-07-15 | 1 | -3/+10 |
| | |||||
* | Update docstring with new module name | Hans Ulrich Niedermann | 2008-07-15 | 1 | -6/+6 |
| | |||||
* | Comment out debug calls of 'ls -l' in pydoc rules | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+1 |
| | |||||
* | Fix pydoc for 'make distcheck' | Hans Ulrich Niedermann | 2008-07-15 | 1 | -8/+8 |
| | |||||
* | Automatically adapt width command field in help | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+9 |
| | |||||
* | Move TODOs into seperate file | Hans Ulrich Niedermann | 2008-07-15 | 1 | -51/+0 |
| | |||||
* | whitespace | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+1 |
| | |||||
* | Store property values in instance, not prop obj | Hans Ulrich Niedermann | 2008-07-15 | 1 | -7/+14 |
| | |||||
* | Messing with pydoc | Hans Ulrich Niedermann | 2008-07-15 | 1 | -9/+28 |
| | |||||
* | Use @plugins.abstractmethod decorator | Hans Ulrich Niedermann | 2008-07-15 | 3 | -12/+18 |
| | |||||
* | Install pydoc-generated docs | Hans Ulrich Niedermann | 2008-07-15 | 1 | -2/+15 |
| | |||||
* | Generate pydoc docs | Hans Ulrich Niedermann | 2008-07-15 | 4 | -3/+24 |
| | |||||
* | Rename newplugins to plugins | Hans Ulrich Niedermann | 2008-07-15 | 8 | -12/+12 |
| | |||||
* | Message cosmetics | Hans Ulrich Niedermann | 2008-07-15 | 1 | -1/+1 |
| | |||||
* | Remove old plugin code | Hans Ulrich Niedermann | 2008-07-15 | 3 | -72/+0 |
| | |||||
* | Removed all 'from <module> import *' instances | Hans Ulrich Niedermann | 2008-07-15 | 3 | -30/+26 |
| | |||||
* | Rudimentary scons interface | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+11 |
| | |||||
* | Use @plugins.abstractmethod decorator | Hans Ulrich Niedermann | 2008-07-15 | 3 | -5/+69 |
| | |||||
* | Improve log messages | Hans Ulrich Niedermann | 2008-07-15 | 1 | -2/+2 |
| | |||||
* | More docs | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+1 |
| | |||||
* | Unified new plugin architecture | Hans Ulrich Niedermann | 2008-07-15 | 8 | -146/+237 |
| | | | | | | Changes required on the way: - New nbb commands detect-vcs and detect-bs including tests. - misc small fixes |