Closed
Bug 373121
Opened 19 years ago
Closed 16 years ago
MozillaBuild doesn't do update-packaging correctly
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: benjamin, Unassigned)
References
Details
Attachments
(2 files)
|
3.26 KB,
patch
|
rhelmer
:
review+
|
Details | Diff | Splinter Review |
|
3.14 KB,
text/plain
|
Details |
MozillaBuild doesn't do update-packaging correctly: it has something to do with newlines not being recognized by the shell. Anyway, this patch fixes it.
If we were using update-packaging on the branches (which I don't think we are?), we would need this there as well.
Attachment #257786 -
Flags: review?(rhelmer)
Updated•19 years ago
|
Updated•19 years ago
|
Attachment #257786 -
Flags: review?(rhelmer) → review+
| Reporter | ||
Comment 1•19 years ago
|
||
Fixed on trunk. rhelmer, do these scripts on the tinderboxes/update machine auto-update, or do I need to ask someone to manually update them?
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 2•19 years ago
|
||
These should be checked out along with the build.
Comment 3•19 years ago
|
||
For posterity, the 1.8 version of the patch (slight modification)
I'm showing people how to use the update packaging on 1.8 branch for Firefox 2.
Comment 4•19 years ago
|
||
fyi, this caused regression bug #375415
Updated•19 years ago
|
Attachment #259199 -
Attachment mime type: application/octet-stream → text/plain
Comment 5•18 years ago
|
||
Mass re-assign of MozillaBuild bugs into mozilla.org:MozillaBuild
Component: Build Config → MozillaBuild
Product: Core → mozilla.org
Version: Trunk → other
Updated•18 years ago
|
QA Contact: build-config → mozillabuild
Comment 6•18 years ago
|
||
(In reply to comment #4)
> fyi, this caused regression bug #375415
We took the patch in bug 375415, which presumably breaks this again.. I don't know of anyone doing partials on win32 though, so it's probably a better trade-off for now.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•18 years ago
|
||
Just to clarify, we do need to do the following cross-platform:
* unwrap full update
* create full update
But currently we only create partials on Linux. This should be the current state..
| Reporter | ||
Comment 8•18 years ago
|
||
This is a release-engineering thing, not a mozillabuild thing. Did we switch to python scripts for MARs yet?
Assignee: benjamin → nobody
Status: REOPENED → NEW
Component: MozillaBuild → Release Engineering
QA Contact: mozillabuild → release
Updated•18 years ago
|
Priority: -- → P3
Updated•18 years ago
|
Component: Release Engineering → Release Engineering: Future
Comment 9•18 years ago
|
||
(In reply to comment #8)
> This is a release-engineering thing, not a mozillabuild thing. Did we switch to
> python scripts for MARs yet?
No, I don't think there was a bug specifically on that.. filed bug 444050 on it though.
Comment 10•16 years ago
|
||
Mass move of bugs from Release Engineering:Future -> Release Engineering. See
http://coop.deadsquid.com/2010/02/kiss-the-future-goodbye/ for more details.
Component: Release Engineering: Future → Release Engineering
Comment 11•16 years ago
|
||
I have no problem creating the update tools on Windows now.
Status: NEW → RESOLVED
Closed: 19 years ago → 16 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•13 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•