← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/canonical-mojo-specs/snap-proxy-people-c-c into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk

 

Colin Watson has proposed merging lp:~cjwatson/canonical-mojo-specs/snap-proxy-people-c-c into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.

Commit message:
Whitelist people.canonical.com.

Requested reviews:
  William Grant (wgrant)
Related bugs:
  Bug #1648451 in Rutabaga: "people.canonical.com not accessible from builders"
  https://bugs.launchpad.net/rutabaga/+bug/1648451

For more details, see:
https://code.launchpad.net/~cjwatson/canonical-mojo-specs/snap-proxy-people-c-c/+merge/312809
-- 
Your team Launchpad code reviewers is subscribed to branch lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
=== modified file 'lp/mojo-lp-snap-proxy/production/deploy'
--- lp/mojo-lp-snap-proxy/production/deploy	2016-12-07 13:31:16 +0000
+++ lp/mojo-lp-snap-proxy/production/deploy	2016-12-08 12:58:13 +0000
@@ -81,6 +81,9 @@
                         # api.launchpad.net/xmlrpc.launchpad.net, used e.g. by
                         # bzr.
                         91.189.89.224, 91.189.89.225,
+                        # people.canonical.com, used by some developers to
+                        # host blobs.
+                        91.189.89.62,
                         # Edge networks, excluding office satellites.  This
                         # allows archive.ubuntu.com and security.ubuntu.com
                         # in a way that should be reasonably safe and

=== modified file 'lp/mojo-lp-snap-proxy/qastaging/deploy'
--- lp/mojo-lp-snap-proxy/qastaging/deploy	2016-12-07 13:31:16 +0000
+++ lp/mojo-lp-snap-proxy/qastaging/deploy	2016-12-08 12:58:13 +0000
@@ -84,6 +84,9 @@
                         # api.launchpad.net/xmlrpc.launchpad.net, used e.g. by
                         # bzr.
                         91.189.89.224, 91.189.89.225,
+                        # people.canonical.com, used by some developers to
+                        # host blobs.
+                        91.189.89.62,
                         # Edge networks, excluding office satellites.  This
                         # allows archive.ubuntu.com and security.ubuntu.com
                         # in a way that should be reasonably safe and


References