Closed
Bug 455395
Opened 17 years ago
Closed 16 years ago
make "Gran Paradiso" branding the default on CVS trunk
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Gavin, Assigned: Gavin)
Details
(Keywords: verified1.9.0.11)
Attachments
(2 files)
|
5.56 KB,
patch
|
mconnor
:
review+
coop
:
review+
dveditz
:
approval1.9.0.11+
|
Details | Diff | Splinter Review |
|
647 bytes,
patch
|
Details | Diff | Splinter Review |
The nightly machines were switched to use the proper "Gran Paradiso" branding, but we still build with the Minefield branding by default. Some linux distros noticed this when they built CVS HEAD and got Minefield.
Flags: wanted1.9.0.x?
| Assignee | ||
Comment 1•17 years ago
|
||
Not sure how the icon gets changed. Need to change MOZ_APP_DISPLAYNAME at the very least.
| Assignee | ||
Updated•17 years ago
|
Component: General → Build Config
QA Contact: general → build.config
| Assignee | ||
Comment 2•17 years ago
|
||
So we can do this using essentially the same patch as the one in bug 467386. I think the fact that the 1.9.0 build machines are already specifying that branding means that bug 467385 won't be a problem (http://mxr.mozilla.org/seamonkey/search?string=granparadiso.app seems to confirm), but I think we still need to avoid bug 467485 by changing:
http://mxr.mozilla.org/seamonkey/source/tools/buildbot-configs/testing/unittest/mozbuild.py
| Assignee | ||
Comment 3•17 years ago
|
||
Who's the best person to review this from RelEng? I'm not sure whether the changes to mozbuild.py require any special attention to push to the production unit test machines.
Comment 4•17 years ago
|
||
I'd suggest Coop or Lukas to check this given their experience with unit tests. Would need a coordinated landing to prevent bustage.
| Assignee | ||
Updated•17 years ago
|
Attachment #351711 -
Flags: review?(ccooper)
Comment 5•17 years ago
|
||
Comment on attachment 351711 [details] [diff] [review]
patch
r=me on the browser bits
Attachment #351711 -
Flags: review?(mconnor) → review+
Comment 6•17 years ago
|
||
Comment on attachment 351711 [details] [diff] [review]
patch
Now that the changes from bug 456281 have landed, you only need to specify an appname for the *Reftest and *Crashtest steps. All the runtests.py just do the right thing by default. The platform-specific steps that execute runtests have been removed.
r+ with those changes.
Attachment #351711 -
Flags: review?(ccooper) → review+
| Assignee | ||
Comment 7•17 years ago
|
||
Hmm, none of the patches in bug 456281 have touched mozbuild.py, but I guess attachment 350539 [details] [diff] [review] removed all references to the classes I'm modifying. Should those be cleaned up since they're no longer being used?
And just to make sure, I won't need any kind of manual intervention to have this take effect when landing, right?
Updated•17 years ago
|
Flags: wanted1.9.0.x? → wanted1.9.0.x+
| Assignee | ||
Comment 8•16 years ago
|
||
Comment on attachment 351711 [details] [diff] [review]
patch
Should be no impact to release builds, but it'd be nice to get this on branch to be consistent with the other branches.
Attachment #351711 -
Flags: approval1.9.0.10?
Comment 9•16 years ago
|
||
Comment on attachment 351711 [details] [diff] [review]
patch
Yes, please.
Approved for 1.9.0.10, a=dveditz for release-drivers
Attachment #351711 -
Flags: approval1.9.0.10? → approval1.9.0.10+
| Assignee | ||
Comment 10•16 years ago
|
||
Checked in:
mozilla/browser/confvars.sh 1.9
mozilla/tools/buildbot-configs/testing/unittest/mozbuild.py 1.27
Coop said he'd reconfig the buildbots to pick up the change.
Comment 11•16 years ago
|
||
Unittest build master has been reconfig-ed.
Comment 12•16 years ago
|
||
/cvsroot/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl,v <-- tinder-config.pl
new revision: 1.24.2.12; previous revision: 1.24.2.11 (test_mem branch)
The mac debug builder doesn't explicitly specify branding and tinderbox client requires the actual product name to work.
| Assignee | ||
Comment 13•16 years ago
|
||
Thanks for the infra-assistance, guys.
Comment 14•16 years ago
|
||
This is verified as builds are marked this way now.
Keywords: fixed1.9.0.11 → verified1.9.0.11
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•