Closed
Bug 1250626
Opened 9 years ago
Closed 2 years ago
l10n repack script should accept a repo/revision to checkout, and an URL to which en-US build to use
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: catlee, Assigned: vjoshi)
References
Details
Currently the l10n script checks out gecko (e.g. mozilla-central), runs configure, then runs 'make wget-en-US' to download the nightly en-US build, unpacks the build, figures out which revision was used to produce it, then updates its gecko checkout, re-runs configure, and starts the repack process. (phew!)
We need to change this so that we instead pass which revision of gecko to use initially, as well as the URL to the en-US binary to use.
This will allow us to solve a few issues:
- currently we can't run these scripts on try because you can't clone the entire try repo, nor does fetching the latest try nightly build make sense
- running configure twice is slow and inefficient
- using the latest nightly build produces confusing results when there are multiple nightly build and repack processes in progress at a time
Reporter | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → varunj.1011
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•