Closed
Bug 697150
Opened 14 years ago
Closed 13 years ago
buildbot-configs/*: remove --disable-installer uses
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
Attachments
(1 file, 2 obsolete files)
(Noticed w.r.t. bug 604266 comment 21.)
Afaict, MOZ_INSTALLER (hence --disable-installer) applies to "OS_ARCH = WINNT" only.
Yet, 23 MacOSX mozconfig files have --disable-installer.
Could the latter be removed, or explained/documented?
| Assignee | ||
Comment 1•14 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #0)
> (Noticed w.r.t. bug 604266 comment 21.)
Ignore this reference: this bug is part of bug 650322.
Updated•14 years ago
|
Priority: -- → P5
Updated•14 years ago
|
Assignee: nobody → abhishekkumarsingh.cse
Comment 2•14 years ago
|
||
Attachment #572277 -
Flags: review?(sgautherie.bz)
Comment 3•14 years ago
|
||
Comment on attachment 572277 [details] [diff] [review]
patch_A, mozilla-central part
[Superseded by bug 650322]
Reviews for build changes need to be from a build peer:
https://wiki.mozilla.org/Modules/Core#Build_Config
Thanks :-)
Attachment #572277 -
Flags: review?(sgautherie.bz) → review?(ted.mielczarek)
Comment 4•14 years ago
|
||
See also http://hg.mozilla.org/mozilla-central/file/tip/mobile/config/mozconfigs/macosx-desktop/nightly. IIRC, we use this file for builds.
| Assignee | ||
Updated•14 years ago
|
Attachment #572277 -
Attachment description: patch_A → patch_A, mozilla-central part
Updated•14 years ago
|
Attachment #572277 -
Flags: review?(ted.mielczarek) → review+
Comment 5•14 years ago
|
||
Abhishek, if you could update your patch with author/commit message (following http://blog.bonardo.net/2010/06/22/so-youre-about-to-use-checkin-needed) it will then be ready for checkin :-)
Comment 6•14 years ago
|
||
keyword:checkin-needed
Comment 7•14 years ago
|
||
Abhishek, the "checkin-needed" has to be added to the keywords field at the top of the page, rather than in the comment box, for it to be picked up in searches.
However, please see comment 5 before adding it - thanks :-)
Updated•14 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [patchlove]
Updated•14 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•14 years ago
|
Attachment #572277 -
Attachment description: patch_A, mozilla-central part → patch_A, mozilla-central part
[Superseded by bug 650322]
Attachment #572277 -
Attachment is obsolete: true
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [patchlove]
| Assignee | ||
Comment 9•13 years ago
|
||
I don't know what/when happened, but the OSX part is now done/WorksForMe.
Morphing this bug to the remaining (Windows) part.
Assignee: abhishekkumarsingh.cse → sgautherie.bz
OS: Mac OS X → All
Priority: P5 → P3
Summary: buildbot-configs/*: remove useless --disable-installer for MacOSX → buildbot-configs/*: remove --disable-installer uses
| Assignee | ||
Comment 10•13 years ago
|
||
Bug 650322 did this for the in-tree files,
then I assume it's safe to do it for the buildbot-configs files too.
(Untested.)
Attachment #606929 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Comment 11•13 years ago
|
||
I assume this should not be touched, but just in case it would be alright...
Attachment #606930 -
Flags: review?(ted.mielczarek)
Updated•13 years ago
|
Attachment #606929 -
Flags: review?(ted.mielczarek) → review+
Comment 12•13 years ago
|
||
Comment on attachment 606930 [details] [diff] [review]
(Cv1) Remove 'ac_add_options --disable-installer' for XulRunner older branches
I don't think there's any reason to change this on older branches. We're not going to take any code changes there, so what does it matter? Let 'em rot.
Attachment #606930 -
Flags: review?(ted.mielczarek) → review-
| Assignee | ||
Updated•13 years ago
|
Attachment #606930 -
Attachment is obsolete: true
| Assignee | ||
Comment 13•13 years ago
|
||
Comment on attachment 606929 [details] [diff] [review]
(Bv1) Remove 'ac_add_options --disable-installer' for XulRunner current branches
[Checked in: Comment 13]
https://hg.mozilla.org/build/buildbot-configs/rev/39ffae5f5c4b
Attachment #606929 -
Attachment description: (Bv1) Remove 'ac_add_options --disable-installer' for XulRunner current branches → (Bv1) Remove 'ac_add_options --disable-installer' for XulRunner current branches
[Checked in: Comment 13]
Comment 14•13 years ago
|
||
This went live as of 9:15AM PDT approximately.
| Assignee | ||
Comment 15•13 years ago
|
||
V.Fixed, per MXR search,
except 3 occurrences per comment 12:
{
/buildbot-configs/mozilla2/win32/mozilla-1.9.2/xulrunner/mozconfig
* line 9 -- ac_add_options --disable-installer
/buildbot-configs/mozilla2/win32/mozilla-2.0/xulrunner/mozconfig
* line 9 -- ac_add_options --disable-installer
/buildbot-configs/mozilla2/win64/mozilla-2.0/xulrunner/mozconfig
* line 9 -- ac_add_options --disable-installer
}
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•13 years ago
|
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•