GNOME Bugzilla – Bug 437144
tinderbox output should link to gnome live! issue page on failure
Last modified: 2007-05-28 19:01:43 UTC
When a module fails to build, the tinderbox output should provide a link to the Gnome Live! website. Specifically to the module page that failed. e.g., a link to http://live.gnome.org/JhbuildIssues/avahi
Created attachment 87874 [details] [review] Implementation of enhancement This patch implements the enhancement. It requires the wiki page on Gnome Live! to match the jhbuild's module name. Most of the wiki pages use the jhbuild module name already.
Created attachment 87875 [details] Screenshot of index Screenshot showing what the index page looks like with the patch.
Created attachment 87876 [details] Screenshot of detail page Screenshot showing what the details page looks like with the patch.
Thanks for this patch; I moved help_url declaration from buildscript.py to tinderbox.py then commited it. 2007-05-28 Frederic Peters <fpeters@0d.be> * jhbuild/frontends/tinderbox.py: add links to to live.gnome.org module issue page on failure in tinderbox output (patch by Craig Keogh, closes: #437144)