Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing func/func/overlord/client.py:Client() to Overlord(). Client() still | Adrian Likins | 2008-03-28 | 3 | -3/+3 |
| | | | | | | | works but will dive a deprecation warning. First pass at this refactor. I think just about everything has been updated, but some questions remain. Like if client.py needs a name change. | ||||
* | add Makefile to examples/ so "make clean" works | Adrian Likins | 2008-03-28 | 1 | -0/+20 |
| | |||||
* | All exceptions, async or otherwise, now come back as easily detectable ↵ | Michael DeHaan | 2008-01-29 | 3 | -5/+6 |
| | | | | | | | signatures. Use utils.is_error(result) to determine if something is an error or isn't. Example scripts as well as func-inventory have been updated. See async_test.py for examples. | ||||
* | added another example script | Steve 'Ashcrow' Milner | 2008-01-13 | 1 | -0/+42 |
| | |||||
* | Added demo script for checking smart status across all systems and showing | Michael DeHaan | 2007-09-26 | 1 | -0/+26 |
| | | | | extended output only for systems that have problems. | ||||
* | Refine the bad hardware checker -- this time it detects my potentially ↵ | Michael DeHaan | 2007-09-26 | 2 | -9/+7 |
| | | | | | | exploding (but now ruled safe) battery correctly. | ||||
* | The addition of an example program to find which systems have parts subject ↵ | Michael DeHaan | 2007-09-26 | 2 | -0/+36 |
to recall. |