summaryrefslogtreecommitdiffstats
path: root/scripts/func-transmit
Commit message (Collapse)AuthorAgeFilesLines
* Including yaml parser for use by Func-transmit, as we want to make sure we haveMichael DeHaan2008-07-071-1/+1
| | | | one around that is compatible with older Python, and also tweaked not to do crayz things with stream layout.
* Default parameter list in func-transmit to NoneMichael DeHaan2008-07-071-1/+1
|
* Allow calling with no parametersMichael DeHaan2008-07-071-1/+4
|
* Added func-transmit (Marco's version + tweaks) which allows calling Func via ↵Michael DeHaan2008-07-071-0/+65
a YAML interface over stdin/stdout protocol. We still need to package yaml properly as Fedora/EPEL does not have a parser that we like well enough (FIXME). We could also change this to work over XMLRPC marshalling if so desired.