Closed
Bug 977448
Opened 12 years ago
Closed 12 years ago
add build support for a 'MOZ_MOZILLA_API_KEY'
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(blocking-b2g:1.3T+, b2g-v1.3T fixed, b2g-v1.4 fixed)
People
(Reporter: dougt, Assigned: dougt)
References
Details
Attachments
(1 file)
|
2.71 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Support a mozilla API key similar to the google API key for mozilla run services.
| Assignee | ||
Updated•12 years ago
|
Summary: MOZ_MOZILLA_API_KEY → add build support for a 'MOZ_MOZILLA_API_KEY'
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8382747 -
Flags: review?(khuey)
Comment 2•12 years ago
|
||
I understand why the google api key needs to live outside the tree, but does the mozilla one need to?
| Assignee | ||
Comment 3•12 years ago
|
||
same logic. :)
Comment on attachment 8382747 [details] [diff] [review]
0001-Add-MOZ_MOZILLA_API_KEY.patch
Review of attachment 8382747 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/urlformatter/Makefile.in
@@ +3,4 @@
> # License, v. 2.0. If a copy of the MPL was not distributed with this
> # file, You can obtain one at http://mozilla.org/MPL/2.0/.
>
> +export:: mozilla_api_key google_api_key
add yourself to GARBAGE too.
Attachment #8382747 -
Flags: review?(khuey) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Backed out due to broken Android build:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a761b18588da
https://hg.mozilla.org/integration/mozilla-inbound/rev/01431ff08948
https://hg.mozilla.org/integration/mozilla-inbound/rev/6beb83e91a7d
https://tbpl.mozilla.org/php/getParsedLog.php?id=35459529&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=35460156&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=35460243&tree=Mozilla-Inbound
https://tbpl.mozilla.org/php/getParsedLog.php?id=35459332&tree=Mozilla-Inbound
| Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Comment 9•12 years ago
|
||
status-b2g-v1.3T:
--- → fixed
Updated•12 years ago
|
status-b2g-v1.4:
--- → 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
•