| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nbb 0.2releases | Hans Ulrich Niedermann | 2008-07-26 | 10 | -104/+167 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch to release tags including the package name * Make automake's "nbb make" depend on configure etc. Squashed commit of the following: commit 9c4a035b71c7648b006b91a52e86edb2baea5138 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Sat Jul 26 10:36:31 2008 +0200 New version tag syntax: "make tag VER=1.2" commit fefebc702664a683ceeafa800b0fe75178d63037 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Sat Jul 26 10:30:02 2008 +0200 Switch to release tags including the package name This will reduce tag confusion when we fork into a different project. A tag like nbb-1.2 or foo-tools-1.2 is much more useful than v1.2. commit 330c382390ffbe3c361a763d5cee6febe1b30f5e Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Tue Jul 22 12:08:41 2008 +0200 Remove obsolete .htaccess file commit b1d5fc06e235a45561bf53b4bfd07856cec4ea81 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Thu Jul 24 15:03:14 2008 +0200 Make automake's "make" command depend on configure commit 958e81655ad143dfd54b099637db60db42f77fb0 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Thu Jul 24 15:00:33 2008 +0200 Adjust testcases for absolute builddirs When configure is called as /path/to/configure instead of ../path/to/configure, the ".git/" test directories are reported by "git init" using absolute pathnames, not must ".git/". commit 72dac191283299c66356dc895eb6ba19982b16ab Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Thu Jul 24 14:59:19 2008 +0200 Fix typo in automake/distcheck test case commit 7ca2e00188d8668b6b1f4116559ddae4e3cbb35c Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Thu Jul 24 13:32:49 2008 +0200 Open 0.1.x section in NEWS commit e05a138e9e3099455fa23799550949512188b3c9 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Tue Jul 22 08:40:31 2008 +0200 Add license review to TODO commit e2fd1f2e101486859899049147df7993c8042df7 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Sat Jul 19 00:25:12 2008 +0200 Ensure cmp/mv/rm rules are correct and silent Make sure the "if cmp ... mv .. rm" in make rules are correct and useful, and the cmp is silent. commit b6e7a354ed1ab53aebdb775a800156629744a065 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Wed Jul 16 21:03:36 2008 +0200 Reflect code progress in TODO file, add plans commit 9559ceb5def8ec5d2e5674e7bf25b484877b3e60 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Wed Jul 16 06:12:30 2008 +0200 Fix some issues found by pylint/pychecker 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. commit c73487455e8d9a283fcb328eab8573c4c5bc73c7 Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Date: Wed Jul 16 06:11:57 2008 +0200 Add pylint and pychecker checks as "lint" target | ||||
| * | 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 | ||||
| * | Migrate VCS plugins to use newplugins | Hans Ulrich Niedermann | 2008-07-15 | 2 | -27/+11 |
| | | |||||
| * | Import nbblib.newplugins into nbblib namespace | Hans Ulrich Niedermann | 2008-07-15 | 1 | -0/+3 |
| | | |||||
| * | Add newplugins.py | Hans Ulrich Niedermann | 2008-07-15 | 2 | -0/+261 |
| | | |||||
