aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-09-01 09:15:54 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-09-01 10:44:24 +0000
commit2b1763a46bc1eb67cde389525d86e7f678e7a704 (patch)
tree7f62654cd2f3b045bb5d05cfffccda2d253b5879 /scripts/release
parentba4a85441bf08b44975ad410988efb69572fb61c (diff)
Change URLs to bazelbuild
-- MOS_MIGRATED_REVID=102022958
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release/release.sh b/scripts/release/release.sh
index bebc2114d5..6bfec6f554 100755
--- a/scripts/release/release.sh
+++ b/scripts/release/release.sh
@@ -19,10 +19,10 @@
set -eu
# Repositories to push the release branch and the release tag.
-: ${RELEASE_REPOSITORIES:="https://github.com/google/bazel"}
+: ${RELEASE_REPOSITORIES:="https://github.com/bazelbuild/bazel"}
# Repositories to push the master branch
-: ${MASTER_REPOSITORIES:="https://github.com/google/bazel https://bazel.googlesource.com/bazel"}
+: ${MASTER_REPOSITORIES:="https://github.com/bazelbuild/bazel https://bazel.googlesource.com/bazel"}
# Name of the default editor
: ${EDITOR=vi}