| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | added some more testing, starting to test certmaster/certmaster-ca/funcd | Adrian Likins | 2007-12-17 | 1 | -0/+50 |
| * | start of a testing script. Mostly just build and setup stuff | Adrian Likins | 2007-12-17 | 1 | -0/+163 |
| * | Mount module already had an inventory-suitable function, just using that. | Michael DeHaan | 2007-12-17 | 1 | -15/+1 |
| * | Remove bogomips from inventory stats as it is not constant. | Michael DeHaan | 2007-12-17 | 1 | -1/+8 |
| * | Fix inventory call for mount. | Michael DeHaan | 2007-12-17 | 1 | -2/+2 |
| * | Tweak connection refused logic in func-inventory | Michael DeHaan | 2007-12-17 | 1 | -3/+7 |
| * | Make func-inventory work again, although more needs to be done to tolerate sy... | Michael DeHaan | 2007-12-17 | 2 | -27/+25 |
| * | Added inventory module for mount, though something has broken func-inventory'... | Michael DeHaan | 2007-12-17 | 3 | -1/+8 |
| * | Fix init scripts so they daemonize once again. | Michael DeHaan | 2007-12-17 | 2 | -2/+2 |
| * | Working on adding mount status to func-inventory | Michael DeHaan | 2007-12-17 | 1 | -0/+18 |
| * | Check in John Eckersberg's new mount module. | Michael DeHaan | 2007-12-17 | 2 | -4/+88 |
| * | Add Eli to AUTHORS | Michael DeHaan | 2007-12-17 | 1 | -0/+1 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Michael DeHaan | 2007-12-17 | 3 | -14/+115 |
| |\ |
|
| | * | apply patch from Eli Criffield <elicriffield@gmail.com> for | Adrian Likins | 2007-12-13 | 3 | -14/+115 |
| * | | Patch to add check-update to yum module. | Michael DeHaan | 2007-12-17 | 2 | -1/+12 |
| |/ |
|
| * | Fix for F9 builds re: Python eggs | Michael DeHaan | 2007-12-11 | 2 | -1/+7 |
| * | Fix the noglob handling, fixing things like func-inventory after the Multiplexerv0.14-2 | Michael DeHaan | 2007-12-11 | 1 | -4/+5 |
| * | Applied James Anthill's patch to generalize "show" features, plus a release | Michael DeHaan | 2007-12-11 | 5 | -32/+12 |
| * | Integrating the multiplexer feature (forkbomb.py) with func's Client module. ... | Michael DeHaan | 2007-11-30 | 2 | -7/+26 |
| * | Working on integrating the multiplexer code with func | Michael DeHaan | 2007-11-30 | 2 | -12/+26 |
| * | Add forkbomb.py, which is a module we'll use to implement the multiplexer. | Michael DeHaan | 2007-11-30 | 1 | -0/+146 |
| * | moving yum.py to yumcmd.py so it will, you know, actually work | Seth Vidal | 2007-11-15 | 1 | -0/+0 |
| * | de-confusify the docs for how to call things | Seth Vidal | 2007-11-08 | 1 | -3/+3 |
| * | Remove some debug printsv0.13.3 | Michael DeHaan | 2007-10-26 | 1 | -2/+1 |
| * | Fix something I accidentally committed to the virt module that doesn't need t... | Michael DeHaan | 2007-10-26 | 1 | -11/+1 |
| * | Added feature to filetracker module that will show what files are in each dir... | Michael DeHaan | 2007-10-26 | 1 | -2/+11 |
| * | Remove the extra print from the CLI, so we only print what gets returned for ... | Michael DeHaan | 2007-10-26 | 1 | -1/+1 |
| * | make func-inventory smart enough to know that if a module just returns a stri... | Michael DeHaan | 2007-10-26 | 1 | -0/+4 |
| * | Adds the filetracker module, originally developed by fordship, with some twea... | Michael DeHaan | 2007-10-26 | 5 | -2/+212 |
| * | log this stuff as a warning, don't print to stdout since | Adrian Likins | 2007-10-26 | 1 | -3/+7 |
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func | Adrian Likins | 2007-10-26 | 7 | -22/+35 |
| |\ |
|
| | * | Format changelog | Michael DeHaan | 2007-10-26 | 1 | -1/+1 |
| | * | When func is invoked with no-args, show instructions rather than traceback. | Michael DeHaan | 2007-10-26 | 1 | -0/+3 |
| | * | Misc. changes from the Fedora package review. | Michael DeHaan | 2007-10-26 | 6 | -21/+31 |
| * | | catch any/all exceptions from trying to load a module, | Adrian Likins | 2007-10-26 | 1 | -1/+5 |
| |/ |
|
| * | This adds alternative output formats for func-inventory, so that other progra... | Michael DeHaan | 2007-10-26 | 2 | -1/+37 |
| * | Slight changes to make it easier to establish seperate client handles to all ... | Michael DeHaan | 2007-10-25 | 2 | -14/+25 |
| * | Added a ping function to the test module and a new command "func '*' ping" wh... | Michael DeHaan | 2007-10-25 | 3 | -2/+77 |
| * | Update manpage to new list_minions syntax. | Michael DeHaan | 2007-10-25 | 1 | -1/+1 |
| * | Docs cleanup/fix | Michael DeHaan | 2007-10-25 | 1 | -7/+10 |
| * | Added docs about call's various output parameters. | Michael DeHaan | 2007-10-25 | 1 | -0/+8 |
| * | Make pretty printer be the default print option, and make a new option for ra... | Michael DeHaan | 2007-10-25 | 1 | -6/+13 |
| * | Added rpm package tracking, which shows the full name, epoch, version, releas... | Michael DeHaan | 2007-10-25 | 1 | -0/+48 |
| * | Adding part 2 to service inventory -- what the services are currently doing. | Michael DeHaan | 2007-10-25 | 1 | -3/+16 |
| * | Added the first part of the service inventory code (chkconfig state) .. next ... | Michael DeHaan | 2007-10-25 | 3 | -8/+38 |
| * | Inventory module now defaults to calling 'inventory' methods, not 'info', to ... | Michael DeHaan | 2007-10-24 | 1 | -3/+3 |
| * | Add a new method "inventory" which will be the default method func-inventory ... | Michael DeHaan | 2007-10-24 | 3 | -13/+16 |
| * | change copyfile cmd line to transmit file contents as binary blobs | Adrian Likins | 2007-10-24 | 2 | -4/+14 |
| * | add a .info attribute so virt status is stored as part of inventory | Adrian Likins | 2007-10-24 | 1 | -0/+10 |
| * | move "func list_minions" to be a cmd module | Adrian Likins | 2007-10-24 | 2 | -16/+63 |