Closed
Bug 310920
Opened 19 years ago
Closed 19 years ago
[client] post-mozilla-rel.pl - Don't force copying of Linux XPIs in packit
Categories
(Webtools Graveyard :: Tinderbox, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
Details
Attachments
(1 file)
|
1.15 KB,
patch
|
chase
:
review+
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/mozilla/source/tools/tinderbox/post-mozilla-rel.pl#303 forces copying of Linux XPIs though this is done in "if ($push_raw_xpis)" a few lines below anyways. We shouldn't do that, so that one can turn off copying of the XPIs where not needed. Note that lines 262-267 set $push_raw_xpis when the stub installer is built, so it's copied for that anyways. Note also that all other platforms don't have that line. Additionally, there's no good pointer why that line was added anyways.
| Assignee | ||
Comment 1•19 years ago
|
||
Updated•19 years ago
|
Attachment #198306 -
Flags: review?(chase) → review+
| Assignee | ||
Comment 2•19 years ago
|
||
checked in :)
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
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
•