Skip to content

Commit

Permalink
Update "mirror.bazel.build" urls to use https. (All traffic to *.baze…
Browse files Browse the repository at this point in the history
…l.* is now routed through https, so those http requests currently cause a redirect. This removes the redirect.)

RELNOTES: Update "mirror.bazel.build" urls to use https.
PiperOrigin-RevId: 173175888
  • Loading branch information
Googler authored and dslomov committed Oct 24, 2017
1 parent 2fcf7f5 commit 7b35d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ http_file(
http_archive(
name = "bazel_toolchains",
urls = [
"http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
],
strip_prefix = "bazel-toolchains-b2b4b38433bf2d1159360855ea4004378308711b",
Expand Down
2 changes: 1 addition & 1 deletion src/test/py/bazel/bazel_external_repository_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def testNewHttpArchive(self):
'new_http_archive(',
' name = "six_archive",',
' urls = [',
' "http://mirror.bazel.build/pypi.python.org/%s' %
' "https://mirror.bazel.build/pypi.python.org/%s' %
'packages/source/s/six/six-1.10.0.tar.gz",',
' "https://pypi.python.org/packages/%s' %
'source/s/six/six-1.10.0.tar.gz",',
Expand Down

0 comments on commit 7b35d76

Please sign in to comment.