Closed
Bug 389852
Opened 17 years ago
Closed 17 years ago
Error: wget failed or timed out. on cb-sb-linux-tbox Clobber Sb-Trunk-l10n
Categories
(Calendar :: Build Config, defect)
Calendar
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mschroeder, Assigned: ause)
Details
Attachments
(1 file)
1.41 KB,
patch
|
ssitter
:
review+
|
Details | Diff | Splinter Review |
In sunbird/linux/tinder-config.pl on l10n following has to be changed to avoid an error:
%WGetFiles = (
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-%version%.en-US.linux-i686.tar.bz2"
=>
"/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Depend/sunbird.tar.bz2"
);
to
"http://stage.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/latest-trunk/sunbird-%version%.en-US.linux-i686.tar.bz2"
=>
"/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Clobber/sunbird.tar.bz2"
);
and
$BuildLocalesArgs =
"ZIP_IN=/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Depend/sunbird.tar.bz2";
to
$BuildLocalesArgs =
"ZIP_IN=/builds/tinderbox/Sb-Trunk-l10n/Linux_2.6.9-42.ELsmp_Clobber/sunbird.tar.bz2";
learning mozilla bug handling
Attachment #274942 -
Flags: review?
Attachment #274942 -
Flags: review? → review?(ssitter)
Comment 2•17 years ago
|
||
Comment on attachment 274942 [details] [diff] [review]
proposed fix as a patch
Looks good to me, r=ssitter
It would be nice if you could also fix the tinderbox path in the WGetFiles section above that is currently commented out.
Attachment #274942 -
Flags: review?(ssitter) → review+
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•