Closed Bug 758595 Opened 12 years ago Closed 12 years ago

don't include CodeResources file in builds that aren't getting signed

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: bhearsum)

References

Details

Attachments

(1 file)

As of bug 732176 we're shipping a Contents/_CodeSignature/CodeResources in every mac build. 
It'd be good to stop doing this for builds that don't have a MOZ_SIGN_CMD, since we know we won't be signing them.
Unfortunately, we don't have any existing variables (that I can find) that will let us accomplish this....maybe we can create a new one in configure.in based on the value of MOZ_SIGN_CMD.
I did my best to test this on try by adding a "export MOZ_SIGN_CMD=" at the top of the configure.in hunk. That ended up causing signing errors, because MOZ_SIGN_CMD was set during "make package" but CodeResources was missing. To me, that indicates success :).
Attachment #627785 - Flags: review?(ted.mielczarek)
We need to port this to Thunderbird, too.
Blocks: 761525
Attachment #627785 - Flags: review?(ted.mielczarek) → review+
Comment on attachment 627785 [details] [diff] [review]
don't include CodeResources when MOZ_SIGNING isn't set

http://hg.mozilla.org/mozilla-central/rev/0f2b57130b26
Attachment #627785 - Flags: checkin+
Landed cleanly.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: