summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* some rudimentary "poke at the server bits"Adrian Likins2007-12-181-0/+37
* add /var/lib/func/* to packagingAdrian Likins2007-12-184-3/+13
* clean up /var/lib/func/certmaster as wellAdrian Likins2007-12-181-3/+9
* added some more testing, starting to test certmaster/certmaster-ca/funcdAdrian Likins2007-12-171-0/+50
* start of a testing script. Mostly just build and setup stuffAdrian Likins2007-12-171-0/+163
* Mount module already had an inventory-suitable function, just using that.Michael DeHaan2007-12-171-15/+1
* Remove bogomips from inventory stats as it is not constant.Michael DeHaan2007-12-171-1/+8
* Fix inventory call for mount.Michael DeHaan2007-12-171-2/+2
* Tweak connection refused logic in func-inventoryMichael DeHaan2007-12-171-3/+7
* Make func-inventory work again, although more needs to be done to tolerate sy...Michael DeHaan2007-12-172-27/+25
* Added inventory module for mount, though something has broken func-inventory'...Michael DeHaan2007-12-173-1/+8
* Fix init scripts so they daemonize once again.Michael DeHaan2007-12-172-2/+2
* Working on adding mount status to func-inventoryMichael DeHaan2007-12-171-0/+18
* Check in John Eckersberg's new mount module.Michael DeHaan2007-12-172-4/+88
* Add Eli to AUTHORSMichael DeHaan2007-12-171-0/+1
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-12-173-14/+115
|\
| * apply patch from Eli Criffield <elicriffield@gmail.com> forAdrian Likins2007-12-133-14/+115
* | Patch to add check-update to yum module.Michael DeHaan2007-12-172-1/+12
|/
* Fix for F9 builds re: Python eggsMichael DeHaan2007-12-112-1/+7
* Fix the noglob handling, fixing things like func-inventory after the MultiplexerMichael DeHaan2007-12-111-4/+5
* Applied James Anthill's patch to generalize "show" features, plus a releaseMichael DeHaan2007-12-115-32/+12
* Integrating the multiplexer feature (forkbomb.py) with func's Client module. ...Michael DeHaan2007-11-302-7/+26
* Working on integrating the multiplexer code with funcMichael DeHaan2007-11-302-12/+26
* Add forkbomb.py, which is a module we'll use to implement the multiplexer.Michael DeHaan2007-11-301-0/+146
* moving yum.py to yumcmd.py so it will, you know, actually workSeth Vidal2007-11-151-0/+0
* de-confusify the docs for how to call thingsSeth Vidal2007-11-081-3/+3
* Remove some debug printsMichael DeHaan2007-10-261-2/+1
* Fix something I accidentally committed to the virt module that doesn't need t...Michael DeHaan2007-10-261-11/+1
* Added feature to filetracker module that will show what files are in each dir...Michael DeHaan2007-10-261-2/+11
* Remove the extra print from the CLI, so we only print what gets returned for ...Michael DeHaan2007-10-261-1/+1
* make func-inventory smart enough to know that if a module just returns a stri...Michael DeHaan2007-10-261-0/+4
* Adds the filetracker module, originally developed by fordship, with some twea...Michael DeHaan2007-10-265-2/+212
* log this stuff as a warning, don't print to stdout sinceAdrian Likins2007-10-261-3/+7
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-10-267-22/+35
|\
| * Format changelogMichael DeHaan2007-10-261-1/+1
| * When func is invoked with no-args, show instructions rather than traceback.Michael DeHaan2007-10-261-0/+3
| * Misc. changes from the Fedora package review.Michael DeHaan2007-10-266-21/+31
* | catch any/all exceptions from trying to load a module,Adrian Likins2007-10-261-1/+5
|/
* This adds alternative output formats for func-inventory, so that other progra...Michael DeHaan2007-10-262-1/+37
* Slight changes to make it easier to establish seperate client handles to all ...Michael DeHaan2007-10-252-14/+25
* Added a ping function to the test module and a new command "func '*' ping" wh...Michael DeHaan2007-10-253-2/+77
* Update manpage to new list_minions syntax.Michael DeHaan2007-10-251-1/+1
* Docs cleanup/fixMichael DeHaan2007-10-251-7/+10
* Added docs about call's various output parameters.Michael DeHaan2007-10-251-0/+8
* Make pretty printer be the default print option, and make a new option for ra...Michael DeHaan2007-10-251-6/+13
* Added rpm package tracking, which shows the full name, epoch, version, releas...Michael DeHaan2007-10-251-0/+48
* Adding part 2 to service inventory -- what the services are currently doing.Michael DeHaan2007-10-251-3/+16
* Added the first part of the service inventory code (chkconfig state) .. next ...Michael DeHaan2007-10-253-8/+38
* Inventory module now defaults to calling 'inventory' methods, not 'info', to ...Michael DeHaan2007-10-241-3/+3
* Add a new method "inventory" which will be the default method func-inventory ...Michael DeHaan2007-10-243-13/+16