aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jakob Roland Andersen <jakobr@google.com>2018-03-06 16:39:27 +0100
committerGravatar Jakob Roland Andersen <jakobr@google.com>2018-03-06 16:39:27 +0100
commit3ebfe92fa1814bbc8c2939e4ad10c5eaf58a117d (patch)
treeadd24f71d3612b3a27f535373d94a7f47bbb53f5 /tools
parentcb36a2a92b2d1fd899362113c9df80b482b093a2 (diff)
Update grpc-dart repo after The Move.
Diffstat (limited to 'tools')
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_interop_rc2
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc2
-rw-r--r--tools/interop_matrix/client_matrix.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_interop_rc b/tools/internal_ci/helper_scripts/prepare_build_interop_rc
index 4280a056b8..fb0f4b8054 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_interop_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_interop_rc
@@ -27,7 +27,7 @@ git submodule update --init
git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go
git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java
git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node
-git clone --recursive https://github.com/dart-lang/grpc-dart ./../grpc-dart
+git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
# Download json file.
mkdir ~/service_account
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
index 5e8afbce69..786cd4559e 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc
@@ -32,7 +32,7 @@ brew install md5sha1sum
git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go
git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java
git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node
-git clone --recursive https://github.com/dart-lang/grpc-dart ./../grpc-dart
+git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart
# Set up Docker for Mac
docker-machine create -d virtualbox --virtualbox-share-folder "/Users/kbuilder/workspace:" default
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index 943c235ca7..83d75ec0eb 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -18,7 +18,7 @@
def get_github_repo(lang):
return {
- 'dart': 'https://github.com/dart-lang/grpc-dart.git',
+ 'dart': 'https://github.com/grpc/grpc-dart.git',
'go': 'https://github.com/grpc/grpc-go.git',
'java': 'https://github.com/grpc/grpc-java.git',
'node': 'https://github.com/grpc/grpc-node.git',