From 2b1763a46bc1eb67cde389525d86e7f678e7a704 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Tue, 1 Sep 2015 09:15:54 +0000 Subject: Change URLs to bazelbuild -- MOS_MIGRATED_REVID=102022958 --- scripts/release/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/release') 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} -- cgit v1.2.3