Open
Bug 950689
Opened 11 years ago
Updated 2 years ago
move update packaging scripts to python
Categories
(Firefox Build System :: General, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: bhearsum, Unassigned)
References
Details
In bug 770995 we've sketched out a plan to offload partial mar generation onto a dedicated pool of machines. This might be a good opportunity to move the existing logic around mar generation to python. Specifically:
https://mxr.mozilla.org/mozilla-central/source/tools/update-packaging/common.sh
https://mxr.mozilla.org/mozilla-central/source/tools/update-packaging/make_full_update.sh
https://mxr.mozilla.org/mozilla-central/source/tools/update-packaging/make_incremental_update.sh
https://mxr.mozilla.org/mozilla-central/source/tools/update-packaging/unwrap_full_update.pl
I don't think this is necessarily required, but it wouldn't hurt.
Note: we already have buy-in for this approach (bug 770995 comment 8), so changing summary to actually do the work.
Summary: consider moving update packaging scripts to python → move update packaging scripts to python
Updated•10 years ago
|
Severity: normal → enhancement
Priority: -- → P5
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•