Closed
Bug 845285
Opened 12 years ago
Closed 12 years ago
tracking bug for build and release of firefox 19.0.1
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
References
Details
Windows 8 only.
| Reporter | ||
Comment 1•12 years ago
|
||
Rail will be initiating this release. It'll probably get passed around a little bit, though.
Assignee: nobody → rail
Comment 2•12 years ago
|
||
Generated snippets will need to be adjusted manually for this release.
The idea is to remove all linux/mac snippets, and rename the windows snippets to be for the 'WINNT_x86-msvc-win8' platform.
For the staged release snippets, we should be able to do something like
cd /opt/aus2/snippets/Firefox-19.0.1-build1/Firefox
find -maxdepth 2 -mindepth 2 -type d -! -name 'WINNT_x86-msvc' -exec rm -rf {} \;
find -maxdepth 2 -mindepth 2 -type d -name 'WINNT_x86-msvc' -exec mv {} {}-win8 \;
We should make a backup first though!
Comment 3•12 years ago
|
||
The changeset for this build (if successful on tbpl) will be https://hg.mozilla.org/releases/mozilla-release/rev/3198ee9d24e1
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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
•