see attached file, it only changes all the
self.autotest_url = autoqa.util.make_autotest_url(config)
lines to
self.autotest_url = autoqa.util.make_autotest_url(self.config)
On Wed, 2010-05-26 at 17:23 +0200, Josef Skladanka wrote:
see attached file, it only changes all the
self.autotest_url = autoqa.util.make_autotest_url(config)
lines to
self.autotest_url = autoqa.util.make_autotest_url(self.config)
I've applied this patch (by hand) to my autoqa setup and confirmed the fix. Results now have a link back to autotest server for details logs.
https://fedorahosted.org/pipermail/autoqa-results/2010-May/021715.html
Nice!
Thanks, James
On Wed, 2010-05-26 at 11:56 -0400, James Laska wrote:
On Wed, 2010-05-26 at 17:23 +0200, Josef Skladanka wrote:
see attached file, it only changes all the
self.autotest_url = autoqa.util.make_autotest_url(config)
lines to
self.autotest_url = autoqa.util.make_autotest_url(self.config)
I've applied this patch (by hand) to my autoqa setup and confirmed the fix. Results now have a link back to autotest server for details logs.
https://fedorahosted.org/pipermail/autoqa-results/2010-May/021715.html
Nice!
Awesome! Thanks for all the hard work on this, guys.
-w
autoqa-devel@lists.fedorahosted.org