Closed
Bug 787165
Opened 13 years ago
Closed 13 years ago
Move omnijar packaging out of installer-stage and install rules
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla18
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 1 obsolete file)
6.47 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #656978 -
Flags: review?(ted.mielczarek)
Assignee | ||
Updated•13 years ago
|
Blocks: new-packager
Comment 2•13 years ago
|
||
Comment on attachment 656978 [details] [diff] [review]
Move omnijar packaging out of installer-stage and install rules
Review of attachment 656978 [details] [diff] [review]:
-----------------------------------------------------------------
This looks straightforward, but I'm still worried that it's going to break something like l10n repackaging. I guess you should just watch that after you land.
::: toolkit/mozapps/installer/packager.mk
@@ +577,5 @@
> MOZ_SIGN_PACKAGE_CMD=$(MOZ_SIGN_CMD) $(foreach f,$(MOZ_EXTERNAL_SIGNING_FORMAT),-f $(f))
> endif
>
> ifdef MOZ_SIGN_PREPARED_PACKAGE_CMD
> ifeq (Darwin, $(OS_ARCH))
Can you get rid of the trailing space on this line while you're here?
Attachment #656978 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 3•13 years ago
|
||
![]() |
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Assignee | ||
Comment 5•13 years ago
|
||
Backed out because of l10n update bustage.
https://hg.mozilla.org/mozilla-central/rev/d260fcec71ce
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
||
Updated•13 years ago
|
Assignee | ||
Comment 7•13 years ago
|
||
This should solve the l10n issues.
Attachment #661757 -
Flags: review?(ted.mielczarek)
Assignee | ||
Updated•13 years ago
|
Attachment #656978 -
Attachment is obsolete: true
Updated•13 years ago
|
Attachment #661757 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 8•13 years ago
|
||
Assignee | ||
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/35ab0d75e5ef
https://hg.mozilla.org/mozilla-central/rev/b7a70792a39d
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•