From a468f75d33efb2a6dcaf4c4348e9894fc5270fe7 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 9 Sep 2009 01:12:11 -0400 Subject: Make a subdirectory where the files dont clash --- rpmbuild-remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpmbuild-remote.py') diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py index fa1844c..7d3304c 100644 --- a/rpmbuild-remote.py +++ b/rpmbuild-remote.py @@ -156,7 +156,7 @@ def execute_jobs(opts, system, jobs): LOG.info("Completed build %.03f seconds" % (finish - start)) LOG.info("Downloading results...") files[0].close() - fetch(session, dest, files[1], files[2]) + fetch(session, os.path.join(opts.dest, file), files[1], files[2]) files[1].close() files[2].close() session.close() -- cgit