Closed
Bug 1643188
Opened 5 years ago
Closed 5 years ago
Make update scripts require version and channel
Categories
(Release Engineering :: Release Automation, enhancement, P1)
Release Engineering
Release Automation
Tracking
(firefox79 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: agashlin, Assigned: agashlin)
References
Details
Attachments
(1 file)
Since bug 1577760, the -V (version) and -H (channel) switches are no longer optional, so make_incremental_update.sh and make_full_update.sh can no longer be run successfully without $MOZ_PRODUCT_VERSION and $MAR_CHANNEL_ID set. It's a little irritating to only discover this after all the diff generation has gone through in make_incremental_update, which takes several minutes, so I'll submit a patch to fail early if they are not provided.
Updated•5 years ago
|
Component: General → Release Automation: Updates
Product: Firefox Build System → Release Engineering
QA Contact: mtabara
Assignee | ||
Updated•5 years ago
|
Summary: Make update scripts should require version and channel → Make update scripts require version and channel
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Priority: -- → P1
Pushed by agashlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b36b8fb5847
Require MOZ_PRODUCT_VERSION and MAR_CHANNEL_ID for update scripts. r=sfraser
Comment 3•5 years ago
|
||
bugherder |
Updated•9 months ago
|
Component: Release Automation: Updates → Release Automation
You need to log in
before you can comment on or make changes to this bug.
Description
•