summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-09 01:12:11 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-09 01:12:11 -0400
commita468f75d33efb2a6dcaf4c4348e9894fc5270fe7 (patch)
treeb1f1b08b6220d87651853c51121a412f61c6689a
parent4949ebe99f481d428095a5c52d94a159d8c17462 (diff)
downloadrpmbuild-remote-a468f75d33efb2a6dcaf4c4348e9894fc5270fe7.tar.gz
rpmbuild-remote-a468f75d33efb2a6dcaf4c4348e9894fc5270fe7.tar.xz
rpmbuild-remote-a468f75d33efb2a6dcaf4c4348e9894fc5270fe7.zip
Make a subdirectory where the files dont clash
-rw-r--r--rpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
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()