Closed
Bug 1151527
Opened 10 years ago
Closed 10 years ago
Replace all absolute links to runtime-binaries with tooltool downloads
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1155238
People
(Reporter: dustin, Unassigned)
Details
This sort of thing seems common:
https://github.com/escapewindow/mozharness/blob/master/configs/b2g/gaia_unit_production_config.py#L9
xre_url = "http://runtime-binaries.pvt.build.mozilla.org/tooltool/sha512/d4a0da54e75c27cd2f535e66b586f119ef08b3bde4a9eee03662d296b3434189c542c0a7e7a75954030c04396a9823e22e1f884f5d87c0f4017944cd50ff38de"
that's a big abuse of tooltool, and probably responsible for a lot of unnecessary traffic. It needs to be converted to use tooltool.
Reporter | ||
Comment 1•10 years ago
|
||
The fix here will be to create a tooltool manifest listing that hash, and then use tooltool (I think there's a MH mixin for it) to actually perform the download.
Reporter | ||
Comment 2•10 years ago
|
||
Hopefully I can fix this up while I'm fixing up the rest of tooltool to use authentication for fetches.
Reporter | ||
Updated•10 years ago
|
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•