summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmbuild-remote.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 68e8a49..069c6d2 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -189,10 +189,7 @@ def execute_jobs(opts, system, jobs):
LOG.info("Building %s from %d souces" % (file, len(job) - 1))
cmd = "rpmbuild -ba rpmbuild/SPECS/%s" % file
fetch = get_rpmbuild_results
- start = time.clock()
files = session.exec_command(cmd)
- finish = time.clock()
- LOG.info("Completed build %.03f seconds" % (finish - start))
LOG.info("Downloading results...")
files[0].close()
fetch(session, os.path.join(opts.dest, file), files[1], files[2])