Closed
Bug 394469
Opened 18 years ago
Closed 18 years ago
Flames don't show up on static pages
Categories
(Webtools Graveyard :: Tinderbox, defect)
Webtools Graveyard
Tinderbox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cls, Assigned: cls)
Details
Attachments
(1 file)
|
591 bytes,
patch
|
bear
:
review+
|
Details | Diff | Splinter Review |
When there's a busted build, the static waterfall page does not show the flames. More annoyingly for the sysadmin, errors show up in the apache logs:
[Fri Aug 31 10:38:39 2007] [error] [client 192.168.1.1] File does not exist: /var/www/html2/1afi003r.gif, referer: http://tinderbox.jetheaddev.com/tinderbox/cls/
For whatever reason, the image was showing up as '../../1afi003r.gif' instead of '../1afi003r.gif'. Changing the while loop to a foreach loop fixes the problem.
Updated•18 years ago
|
Attachment #279121 -
Flags: review?(bear) → review+
Checking in showbuilds.pl;
/cvsroot/mozilla/webtools/tinderbox/showbuilds.pl,v <-- showbuilds.pl
new revision: 1.30; previous revision: 1.29
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•