summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the minion/server list and group stuff. Still not ideal, butAdrian Likins2008-02-124-67/+118
* move some methods into the Groups class.Adrian Likins2008-02-122-18/+30
* add minimal group docsAdrian Likins2008-02-121-0/+3
* make remove_this_host remove_this_cert so it actually worksSeth Vidal2008-02-121-1/+1
* Working on script to help push code.Michael DeHaan2008-02-081-6/+2
* Adding build script to help with pushes.Michael DeHaan2008-02-083-1/+155
* Apply Tim V's patch to virt moduleMichael DeHaan2008-02-082-0/+18
* Possible traceback formatting difference on older python?Michael DeHaan2008-02-071-3/+6
* fix that methodSeth Vidal2008-02-051-6/+7
* Merge branch 'master' of ssh://git.fedorahosted.org/git/hosted/funcSeth Vidal2008-02-056-29/+101
|\
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-051-1/+0
| |\
| | * Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/funcAdrian Likins2008-02-053-15/+86
| | |\
| | * | seeing if this resultis 0 is dumb, just see if it executesroot2008-02-051-1/+0
| * | | Make hostname detection code shared.Michael DeHaan2008-02-053-12/+13
| | |/ | |/|
| * | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-02-054-12/+39
| |\|
| | * use socket.getfqdn instead of gethostname for sanity sakeAdrian Likins2008-02-051-1/+2
| * | Adding a module to allow func to control certmaster via func, this will be mo...Michael DeHaan2008-02-053-15/+86
* | | new Func_Client_Exception and allow the the caller to specify the cert/key/c...Seth Vidal2008-02-052-8/+44
| |/ |/|
* | we don't really need to see the cp output I supposeAdrian Likins2008-02-041-2/+2
* | at the moment, we don't need any func/.* files to build, so change the cp com...Adrian Likins2008-02-041-1/+1
* | add in a bit of a kluge to try to make the test-it.sh script a bit more robus...Adrian Likins2008-02-041-1/+16
* | make TestFileTracker test cases a bit less dependent on the state of theAdrian Likins2008-02-041-4/+6
* | dont test for the "@blippy" group yet till I setup a way to put the rightAdrian Likins2008-02-041-4/+13
* | typo found when a unittest hit that sectionAdrian Likins2008-02-041-1/+1
|/
* clean up some paths so hopefully this is more path independentAdrian Likins2008-02-041-4/+4
* fix typos in attr defs so "nosetests -a \!intro" works againAdrian Likins2008-02-041-2/+2
* add two new methods to poke at everymoduleAdrian Likins2008-02-041-1/+21
* typo on unittest config optionAdrian Likins2008-02-041-1/+1
* use the defined "STATUS" alias for status, so we dontAdrian Likins2008-02-042-2/+2
* Get ready for release but also fix func-inventory so it understands the new h...Michael DeHaan2008-02-043-43/+16
* Add overlord netapp module so we can create filer objects. Hot.John Eckersberg2008-02-043-0/+84
* remove unused parameter "args" from snap.deleteJohn Eckersberg2008-02-041-1/+1
* we don't return xmlrpclib.Faults anymore, so most of the testAdrian Likins2008-02-041-2/+5
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2008-02-044-67/+55
|\
| * - fix bug where the last volume would get left offJohn Eckersberg2008-02-031-1/+5
| * get rid of all the fancy parameter packing and checking and just keepJohn Eckersberg2008-02-013-60/+50
| * get rid of param_check and the NetappMissingParam exceptionJohn Eckersberg2008-02-011-7/+1
* | instead of trying to build the local tree directly, copyAdrian Likins2008-02-041-2/+16
* | add netapp/* modules to spec fileAdrian Likins2008-02-042-2/+11
|/
* add FIXME to setup.pyJohn Eckersberg2008-01-291-0/+3
* use func's sub_process instead of system-level for python 2.3 compatibilityJohn Eckersberg2008-01-291-5/+5
* get rid of split, I don't need itJohn Eckersberg2008-01-291-6/+0
* it's 2008, update copyrightsJohn Eckersberg2008-01-293-2/+16
* flesh out clone module to allow creation and splittingJohn Eckersberg2008-01-291-7/+15
* Merge branch 'master' into netappJohn Eckersberg2008-01-2919-165/+234
|\
| * some more path fixesAdrian Likins2008-01-291-0/+5
| * add an optional config file "test-it.conf"Adrian Likins2008-01-291-23/+31
| * resolve conflict in test-it.shAdrian Likins2008-01-292-2/+2
| |\
| | * Fix some typosMichael DeHaan2008-01-293-3/+3
| * | make testing from a src checkout work againAdrian Likins2008-01-291-11/+33