summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index db612ac..b1cacae 100644
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -145,8 +145,12 @@ def execute_jobs(opts, system, jobs):
files = session.exec_command(cmd)
finish = time.clock()
LOG.info("Completed build %.03f seconds" % (finish - start))
+ LOG.info("Downloading results...")
# Write output files
# Fetch RPM files
+ # Find "Wrote: " lines in the output
+ files = []
+ get_files(session, files, opts.dest)
session.close()
def main():