aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2016-05-25 19:53:35 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2016-05-25 19:53:35 +0300
commit9c9fd1b736778a746d102754b2be04e9c53c7497 (patch)
tree602e1115789d1064b4742c25447fb69e1b490a12
parentc0bc966c37517e056700ebc735d500f10e03f0c5 (diff)
mirrors/check-git-mirrors: Also add git-ie.linaro.org.
To at the same time reliably check geo-mirror mis-sync. Change-Id: If933c20e2fc4c0f57d987c33777fcb213e1a1948
-rwxr-xr-xmirrors/check-git-mirrors.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mirrors/check-git-mirrors.sh b/mirrors/check-git-mirrors.sh
index 99ce432..47bcc8d 100755
--- a/mirrors/check-git-mirrors.sh
+++ b/mirrors/check-git-mirrors.sh
@@ -9,8 +9,9 @@
branch="master"
repos="\
http://llvm.org/git/llvm.git \
- https://git-us.linaro.org/toolchain/llvm/llvm.git \
https://git.linaro.org/toolchain/llvm/llvm.git \
+ https://git-us.linaro.org/toolchain/llvm/llvm.git \
+ https://git-ie.linaro.org/toolchain/llvm/llvm.git \
https://github.com/llvm-mirror/llvm \
"