From ded06330eeb3b432904d24d2d83d20a5344f7907 Mon Sep 17 00:00:00 2001 From: pcarrier Date: Sat, 27 Nov 2010 22:12:25 +0000 Subject: [worker] Drop exec2file from spec, needs redesign git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1038 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- worker/specs | 9 --------- 1 file changed, 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. -- cgit