Closed
Bug 1592696
Opened 6 years ago
Closed 6 years ago
Avoid re-fetching conditioned profile in call to get_profile(), if conditioned profile is same as on server
Categories
(Testing :: Condprofile, enhancement)
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: stephend, Assigned: tarek)
References
Details
Attachments
(1 file)
Using condprof's client API, when we call get_profile(temp_download_dir, platform, "cold"), we want to avoid re-fetching the profile, if the local conditioned profile which was downloaded is the same as on the server.
| Assignee | ||
Comment 1•6 years ago
|
||
This patch uses a cache dir at ~/.condprof-cache so
we avoid re-downloading the same file several times.
Updated•6 years ago
|
Attachment #9107209 -
Attachment description: Bug 1592696 - avoid re-fetching profiles when possible r?sdonner → Bug 1592696 - avoid re-fetching profiles when possible r?rwood
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b06c36f7b6c
avoid re-fetching profiles when possible r=rwood
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•