From 4949ebe99f481d428095a5c52d94a159d8c17462 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 9 Sep 2009 01:11:48 -0400 Subject: Add a trailing slash --- rpmbuild-remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py index e63bbbf..fa1844c 100644 --- a/rpmbuild-remote.py +++ b/rpmbuild-remote.py @@ -142,9 +142,9 @@ def execute_jobs(opts, system, jobs): % (opts.mock, file) fetch = get_rpmbuild_results else: - dest = "rpmbuild/SPECS" + dest = "rpmbuild/SPECS/" send_files(session, [job[0]], dest) - dest = "rpmbuild/SOURCES" + dest = "rpmbuild/SOURCES/" send_files(session, job[1:], dest) file = os.path.basename(job[0]) LOG.info("Building %s from %d souces" % (file, len(job) - 1)) -- cgit