Closed
Bug 348899
Opened 18 years ago
Closed 18 years ago
Remove dependency on LWP::UserAgent from Tinderbox scripts
Categories
(Webtools Graveyard :: Tinderbox, defect)
Webtools Graveyard
Tinderbox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: coop)
References
()
Details
Attachments
(1 file, 1 obsolete file)
2.24 KB,
patch
|
preed
:
review+
|
Details | Diff | Splinter Review |
Some build machines (notably most new Mac installations) are failing to upload test data to the graphing server because they don't have LWP::UserAgent.pm installed.
We already use/require wget for transferring this data on Windows, so we should standardize on wget for all platforms.
Patch upcoming.
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #234083 -
Flags: review?(preed)
Assignee | ||
Comment 2•18 years ago
|
||
Attachment #234083 -
Attachment is obsolete: true
Attachment #234300 -
Flags: review?(preed)
Attachment #234083 -
Flags: review?(preed)
Assignee | ||
Comment 3•18 years ago
|
||
This code is already running on xserve03, BTW; there is now graph data visible for Firefox and Firefox-Cairo builds.
Comment 4•18 years ago
|
||
Comment on attachment 234300 [details] [diff] [review]
Updated patch, displays return value on failure.
r=preed
Attachment #234300 -
Flags: review?(preed) → review+
Assignee | ||
Comment 5•18 years ago
|
||
Checking in build-seamonkey-util.pl;
/cvsroot/mozilla/tools/tinderbox/build-seamonkey-util.pl,v <-- build-seamonkey-util.pl
new revision: 1.338; previous revision: 1.337
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Component: Tinderbox Configuration → Tinderbox
Product: mozilla.org → Webtools
Updated•10 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•