Clear up references to MAR_OLD_FORMAT in update tools
Categories
(Release Engineering :: Release Automation, task)
Tracking
(firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sfraser, Assigned: sfraser)
Details
Attachments
(1 file)
We don't make bz2 updates any more, so we should clear out the code that accounts for it.
Files affected:
taskcluster/docker/funsize-update-generator/scripts/funsize.py
python/mozbuild/mozbuild/repackaging/mar.py
tools/update-packaging/unwrap_full_update.pl
tools/update-packaging/make_full_update.sh
tools/update-packaging/make_incremental_update.sh
tools/update-packaging/common.sh
tools/update-packaging/change_mar_compression.pl
Assignee | ||
Comment 1•5 years ago
|
||
I think we don't need these checks any more.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Backed out for build bustage.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=305646702&repo=autoland&lineNumber=427
Backout: https://hg.mozilla.org/integration/autoland/rev/debaa06672d8d1ffab7df8f29453d076d691974e
Assignee | ||
Comment 4•5 years ago
|
||
[task 2020-06-09T15:40:10.418Z] 15:40:10 INFO - TypeError: repackage_mar() takes exactly 7 arguments (6 given)
[task 2020-06-09T15:40:10.418Z] 15:40:10 INFO - File "/builds/worker/checkouts/gecko/python/mach/mach/main.py", line 475, in _run
[task 2020-06-09T15:40:10.418Z] 15:40:10 INFO - **vars(args.command_args))
[task 2020-06-09T15:40:10.418Z] 15:40:10 INFO - File "/builds/worker/checkouts/gecko/python/mach/mach/registrar.py", line 109, in _run_command_handler
[task 2020-06-09T15:40:10.418Z] 15:40:10 INFO - result = fn(**kwargs)
[task 2020-06-09T15:40:10.433Z] 15:40:10 ERROR - Return code: 1
Turns out there are two repackage_mar
functions. I'll update the other one as well.
Comment 6•5 years ago
|
||
bugherder |
Updated•8 months ago
|
Description
•