[Pkg-debile-commits] [debile-slave] 88/100: Fixed argument of report location getter functions

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit 49460ae8f4b2b8c898a6d762617df1fb0b0c397b
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Jul 27 00:02:54 2013 +0200

    Fixed argument of report location getter functions
---
 ethel/daemon.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ethel/daemon.py b/ethel/daemon.py
index 9a897c5..02b5454 100644
--- a/ethel/daemon.py
+++ b/ethel/daemon.py
@@ -101,13 +101,13 @@ def iterate():
 
                     logging.info("Sending the XML firehose report to the pool")
                     open('firehose.xml', 'w').write(firehose.to_xml_bytes())
-                    remote_firehose_path = proxy.get_firehose_write_location(report)
+                    remote_firehose_path = proxy.get_firehose_write_location(job['id'])
                     cmd = config['host']['copy'].format(src='firehose.xml',
                                                 dest=remote_firehose_path)
                     out, err, ret = run_command(cmd)
 
                     logging.info("Sending the logs to the pool")
-                    remote_path = proxy.get_log_write_location(report)
+                    remote_path = proxy.get_log_write_location(job['id'])
                     open('ethel-log', 'wb').write(log.encode('utf-8'))
                     cmd = config['host']['copy'].format(src='ethel-log',
                                                 dest=remote_path)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list