aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-07-27 13:55:10 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-27 16:26:24 +0200
commite17f890d9f488698fb74576ab90f893bec129939 (patch)
tree4ecf112353f70d67207b879f08d5d8e25c5208a8 /scripts
parent2c0583f3b7d7966b751c8db55d0a7aed520120af (diff)
Use the .bazel.build URL instead of the googleapis.com one
PiperOrigin-RevId: 163326705
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/build.sh2
-rw-r--r--scripts/packages/chocolatey/build.ps14
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index ca034428c7..e7621a47c8 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -94,7 +94,7 @@ bundled OpenJDK and other open-source components can be displayed by running
the command `bazel license`. The vendor and version information of the bundled
OpenJDK can be displayed by running the command `bazel info java-runtime`.
The binaries and source-code of the bundled OpenJDK can be
-[downloaded from our mirror server](https://bazel-mirror.storage.googleapis.com/openjdk/index.html).
+[downloaded from our mirror server](https://mirror.bazel.build/openjdk/index.html).
_Security_: All our binaries are signed with our
[public key](https://bazel.build/bazel-release.pub.gpg) 48457EE0.
diff --git a/scripts/packages/chocolatey/build.ps1 b/scripts/packages/chocolatey/build.ps1
index 9ddcd76626..87b4a3637f 100644
--- a/scripts/packages/chocolatey/build.ps1
+++ b/scripts/packages/chocolatey/build.ps1
@@ -15,8 +15,8 @@ if ($mode -eq "release") {
} elseif ($mode -eq "rc") {
$tvVersion = "$($version)-rc$($rc)"
$tvFilename = "bazel-msvc-$($version)rc$($rc)-windows-msvc-x86_64.zip"
- $tvUri = "https://storage.googleapis.com/bazel/$($version)/rc$($rc)/$($tvFilename)"
- $tvReleaseNotesUri = "https://storage.googleapis.com/bazel/$($version)/rc$($rc)/index.html"
+ $tvUri = "https://release.bazel.build/$($version)/rc$($rc)/$($tvFilename)"
+ $tvReleaseNotesUri = "https://release.bazel.build/$($version)/rc$($rc)/index.html"
} elseif ($mode -eq "local") {
$tvVersion = $version
$tvFilename = "bazel-$($tvVersion)-windows-x86_64.zip"