summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-10 15:08:29 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-10 15:08:29 -0400
commit68df5269be676b9142350e060dd9616a1856ec72 (patch)
tree63196794b23e0a3e3fe6711a7a05ccefa0480c00 /rpmbuild-remote.py
parente9119a952d721b340584092853490c393172099c (diff)
downloadrpmbuild-remote-68df5269be676b9142350e060dd9616a1856ec72.tar.gz
rpmbuild-remote-68df5269be676b9142350e060dd9616a1856ec72.tar.xz
rpmbuild-remote-68df5269be676b9142350e060dd9616a1856ec72.zip
Return the results
Diffstat (limited to 'rpmbuild-remote.py')
-rwxr-xr-xrpmbuild-remote.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 8d245cf..9e8e280 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -136,6 +136,7 @@ def log_regex(build_output):
regex = re.compile("Wrote: (.+)")
files = regex.findall(out.read())
out.close()
+ return files
def get_mock_results(session, dest, sout, serr):
if not dest: