Closed
Bug 1252624
Opened 9 years ago
Closed 9 years ago
Update bundleclone extension and configuration
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(2 files)
The puppet files related to bundleclone need an update. Patches forthcoming.
Assignee | ||
Comment 1•9 years ago
|
||
Source code obtained from
https://hg.mozilla.org/hgcustom/version-control-tools:hgext/bundleclone/__init__.py
at changeset 71a92dd5d93a and added without modifications.
Notable additions are compatibility with Mercurial 3.5 and 3.6 and
warning messages when older Python and Mercurial versions are being
used.
This should be a rubber stamp review.
Review commit: https://reviewboard.mozilla.org/r/37477/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/37477/
Attachment #8725412 -
Flags: review?(rail)
Assignee | ||
Comment 2•9 years ago
|
||
As of bug 1249197, the bundleclone and clonebundles manifests served by
hg.mozilla.org automatically take the client's IP address into
consideration and serve up appropriate URLs. For clients in AWS regions
us-west-1, us-west-2, and us-east-1 (regions where we're currently
writing bundles to), they will automatically connect to and download
from the local AWS region. All other IPs will be advertised the CDN
and fall back to us-west-2 if they don't support SNI.
This server-side IP filtering should make the client-side preferences
no longer necessary.
This commit removes the region pinning from the hgrc and mercurial.ini
templates. The config_hgrc module has been removed because it was only
adding regions to the config and this is no longer necessary.
Review commit: https://reviewboard.mozilla.org/r/37479/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/37479/
Attachment #8725413 -
Flags: review?(rail)
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8725413 [details]
MozReview Request: Bug 1252624 - Remove region pinning from bundleclone preferences; r?rail
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/37479/diff/1-2/
Comment 4•9 years ago
|
||
Comment on attachment 8725413 [details]
MozReview Request: Bug 1252624 - Remove region pinning from bundleclone preferences; r?rail
https://reviewboard.mozilla.org/r/37479/#review34077
Attachment #8725413 -
Flags: review?(rail) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8725412 [details]
MozReview Request: Bug 1252624 - Update bundleclone to latest version; r?rail
https://reviewboard.mozilla.org/r/37477/#review34079
:stamp:
Attachment #8725412 -
Flags: review?(rail) → review+
Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/build/puppet/rev/b26a73f37f1f1f12181beee36c2654404bb51f40
Bug 1252624 - Update bundleclone to latest version; r=rail
https://hg.mozilla.org/build/puppet/rev/75c6fe738c27e1413f90b31ee6d94fcffd454799
Bug 1252624 - Remove region pinning from bundleclone preferences; r=rail
Assignee | ||
Comment 7•9 years ago
|
||
This appears to be merged into the production branch. So I assume this has been deployed.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
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
•