Closed
Bug 1095934
Opened 11 years ago
Closed 11 years ago
Aurora builds should not be identified by the update channel
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox35 fixed, firefox36 fixed)
RESOLVED
FIXED
Firefox 36
People
(Reporter: past, Assigned: past)
References
Details
Attachments
(3 files)
|
1.09 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.57 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
|
1.55 KB,
patch
|
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Identifying Aurora builds by the update channel results in non-nightly builds needing to have the update channel set in .mozconfig. We can do better than that.
| Assignee | ||
Comment 1•11 years ago
|
||
I've been told that I should do this before, but it got forgotten in all the #fx10 craze.
Attachment #8519462 -
Flags: review?(mh+mozilla)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → past
Status: NEW → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
Blocks: fx-dev-edition
Updated•11 years ago
|
Attachment #8519462 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
| Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8519462 [details] [diff] [review]
Don't use the update channel to identify aurora
Approval Request Comment
[Feature/regressing bug #]: MOZ_DEV_EDITION was introduced in bug 1024110
[User impact if declined]: local and tinderbox builds from the aurora branch will not have the Developer Edition branding and behavior
[Describe test coverage new/current, TBPL]: m-c
[Risks and why]: trivial configuration change
[String/UUID change made/needed]: none
Attachment #8519462 -
Flags: approval-mozilla-aurora?
Comment 5•11 years ago
|
||
Comment on attachment 8519462 [details] [diff] [review]
Don't use the update channel to identify aurora
Review of attachment 8519462 [details] [diff] [review]:
-----------------------------------------------------------------
::: configure.in
@@ +9006,5 @@
> AC_DEFINE_UNQUOTED(ATK_MINOR_VERSION, $ATK_MINOR_VERSION)
> AC_DEFINE_UNQUOTED(ATK_REV_VERSION, $ATK_REV_VERSION)
> fi
>
> +if test -z "$RELEASE_BUILD" -a -z "$NIGHTLY_BUILD"; then
Actually, after having built an aurora iceweasel, let me retract here. This should be test -n "$MOZ_DEV_EDITION", and MOZ_DEV_EDITION should be set in browser/branding/aurora/configure.sh.
Attachment #8519462 -
Flags: review+
Comment 7•11 years ago
|
||
Comment on attachment 8520574 [details] [diff] [review]
Define MOZ_DEV_EDITION in aurora branding configuration
Review of attachment 8520574 [details] [diff] [review]:
-----------------------------------------------------------------
Yes (but double check it actually works ;) )
Attachment #8520574 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 8•11 years ago
|
||
Yep, I just built locally with only setting --with-branding and I got myself a nice Firefox Developer Edition.
| Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 8519462 [details] [diff] [review]
Don't use the update channel to identify aurora
I'll ask for approval on the combined patch.
Attachment #8519462 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 10•11 years ago
|
||
| Assignee | ||
Comment 11•11 years ago
|
||
This is the combied patch for Aurora.
Comment 12•11 years ago
|
||
| Assignee | ||
Comment 13•11 years ago
|
||
Comment on attachment 8520640 [details] [diff] [review]
Patch fro Aurora
Approval Request Comment
[Feature/regressing bug #]: MOZ_DEV_EDITION was introduced in bug 1024110
[User impact if declined]: local and tinderbox builds from the aurora branch will not have the Developer Edition branding and behavior
[Describe test coverage new/current, TBPL]: m-c
[Risks and why]: trivial configuration change
[String/UUID change made/needed]: none
Attachment #8520640 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
Attachment #8520640 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 14•11 years ago
|
||
status-firefox35:
--- → fixed
status-firefox36:
--- → fixed
Comment 15•11 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #5)
> Actually, after having built an aurora iceweasel, let me retract here. This
> should be test -n "$MOZ_DEV_EDITION", and MOZ_DEV_EDITION should be set in
> browser/branding/aurora/configure.sh.
Why? This makes merge logistics more complicated (additional configure.sh change required on uplift). I don't particularly care to support the "easy building non-devedition from Aurora" use case.
Flags: needinfo?(mh+mozilla)
Comment 16•11 years ago
|
||
(In reply to :Gavin Sharp [email: gavin@gavinsharp.com] from comment #15)
> (In reply to Mike Hommey [:glandium] from comment #5)
> > Actually, after having built an aurora iceweasel, let me retract here. This
> > should be test -n "$MOZ_DEV_EDITION", and MOZ_DEV_EDITION should be set in
> > browser/branding/aurora/configure.sh.
>
> Why? This makes merge logistics more complicated (additional configure.sh
> change required on uplift).
Huh? What changes are required to browser/branding/aurora/configure.sh on uplift?
Flags: needinfo?(mh+mozilla)
Comment 17•11 years ago
|
||
Sorry, I was confused and thought we were talking about confvars.sh. Nevermind!
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•