Closed
Bug 1140390
Opened 10 years ago
Closed 10 years ago
make update verify work on win64
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
446 bytes,
patch
|
rail
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
First release with updates for win64. Error is:
Retrieving 'http://stage.mozilla.org/pub/mozilla.org//firefox/releases/37.0b2/win64/cs/Firefox Setup 37.0b2.exe' from cache...
Retrieving 'http://stage.mozilla.org/pub/mozilla.org//firefox/candidates/37.0b3-candidates/build1/win64/cs/Firefox Setup 37.0b3.exe' from cache...
FAIL: no dir in source/bin
FAIL: check_updates returned failure for WINNT_x86_64-msvc downloads/Firefox Setup 37.0b2.exe vs. downloads/Firefox Setup 37.0b3.exe: 1
Assignee | ||
Comment 1•10 years ago
|
||
I have a feeling we're missing a block here:
http://mxr.mozilla.org/build/source/tools/release/common/unpack.sh#22
I see Mac, Linux, and Win*32* support, but nothing for win64.
Assignee | ||
Comment 2•10 years ago
|
||
I think this should be all we need. I grepped around and couldn't find any other missing win64 support where there's win32.
Updated•10 years ago
|
Attachment #8573911 -
Flags: review? → review+
Assignee | ||
Updated•10 years ago
|
Summary: update verify is failing for all win64 builds in 37.0b3 → make win64 work for update verify
Assignee | ||
Updated•10 years ago
|
Summary: make win64 work for update verify → make update verify work on win64
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8573911 [details] [diff] [review]
support win64 in update verify unpacking
Retagged with the _RUNTIME tags.
Attachment #8573911 -
Flags: checked-in+
Assignee | ||
Comment 4•10 years ago
|
||
This worked \o/.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•