From b0c383524dc1d44f4cd91c6f6876ef898aa50d9d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 10 Sep 2009 15:07:05 -0400 Subject: Remove timing code --- rpmbuild-remote.py | 3 --- 1 file changed, 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]) -- cgit