summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMatt Disney <mdisney@gentoo.org>2007-03-25 21:30:26 +0000
committerMatt Disney <mdisney@gentoo.org>2007-03-25 21:30:26 +0000
commite07f7c5f2f5b2d4f3bb928f1fa7fe6dd8851fab9 (patch)
tree6d9c5b4bccc356fd924bc75a9707fdb4c56e4d57 /client
parentsmall comment change (diff)
downloadscire-e07f7c5f2f5b2d4f3bb928f1fa7fe6dd8851fab9.tar.gz
scire-e07f7c5f2f5b2d4f3bb928f1fa7fe6dd8851fab9.tar.bz2
scire-e07f7c5f2f5b2d4f3bb928f1fa7fe6dd8851fab9.zip
Just removing some comments cruft.
svn path=/; revision=188
Diffstat (limited to 'client')
-rwxr-xr-xclient/scirec.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/client/scirec.py b/client/scirec.py
index a99d6cd..23f8d22 100755
--- a/client/scirec.py
+++ b/client/scirec.py
@@ -47,8 +47,6 @@ def run_jobs(ServerProxy,jobs):
# 1 = Job execution failed
# 2 = Sanity check failed
-# print "Jobs: \n";
-# print jobs;
for jobid in jobs:
job=client.get_job(jobid,True)
@@ -112,11 +110,6 @@ def run_jobs(ServerProxy,jobs):
os.remove(scriptfile)
return jobs
- # MATT: Figure out best way to return codes, messages, and
- # logs to the server. Best idea may be to simply to return
- # a hash for each jobid.
- # rcodes[jobid] = 0
-# return rcodes
# Here we execute the command and return the output from the command.
@@ -218,14 +211,6 @@ def generate_cert_and_key(keytype="RSA", keylength=1024):
def scirec_main(ServerProxy,known_jobs):
-
- # The section below can be removed, it is simply for
- # debugging and verifying the functionality of
- # gen_summary and get_jobs.
- ###
-# known_jobs.append(1)
- ###
-
summary = client.gen_summary(known_jobs)
print 'Summary: ' + str(summary)