After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 437144 - tinderbox output should link to gnome live! issue page on failure
tinderbox output should link to gnome live! issue page on failure
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2007-05-09 13:19 UTC by Craig Keogh
Modified: 2007-05-28 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implementation of enhancement (2.02 KB, patch)
2007-05-09 13:22 UTC, Craig Keogh
committed Details | Review
Screenshot of index (45.04 KB, image/png)
2007-05-09 13:24 UTC, Craig Keogh
  Details
Screenshot of detail page (42.23 KB, image/png)
2007-05-09 13:25 UTC, Craig Keogh
  Details

Description Craig Keogh 2007-05-09 13:19:51 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
Comment 1 Craig Keogh 2007-05-09 13:22:46 UTC
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.
Comment 2 Craig Keogh 2007-05-09 13:24:23 UTC
Created attachment 87875 [details]
Screenshot of index

Screenshot showing what the index page looks like with the patch.
Comment 3 Craig Keogh 2007-05-09 13:25:41 UTC
Created attachment 87876 [details]
Screenshot of detail page

Screenshot showing what the details page looks like with the patch.
Comment 4 Frederic Peters 2007-05-28 19:01:43 UTC
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)