diff options
author | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-11-27 22:12:25 +0000 |
---|---|---|
committer | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-11-27 22:12:25 +0000 |
commit | ded06330eeb3b432904d24d2d83d20a5344f7907 (patch) | |
tree | 246e76f35d245b63ecec6e8923f8a77e3e55a15d | |
parent | af1d5ca17d180a2617725ed43896f31aca4c0d1a (diff) | |
download | sos-ded06330eeb3b432904d24d2d83d20a5344f7907.tar.gz |
[worker] Drop exec2file from spec, needs redesign
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1038 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | worker/specs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/worker/specs b/worker/specs index 73ed80db..895ccd7a 100644 --- a/worker/specs +++ b/worker/specs @@ -85,15 +85,6 @@ Returns: - The length of its stderr output as return by len(), in decimal. - Its stderr output, followed by a trailing '\n' -Command: "exec2file" -Params: -- The command to send to a shell -- The filename to send the standard output to -Action: -- If the command is found, it is executed with this file as stdout and stderr. -Returns: -- The return code of the command in decimal. - Command: "cp" -- to be defined after staring at the current sosreport code. |