aboutsummaryrefslogtreecommitdiff
path: root/test_gcc_dejagnu.py
diff options
context:
space:
mode:
authorLuis Lozano <llozano@chromium.org>2013-09-10 00:00:27 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-09-10 19:39:54 +0000
commit6aae4c9adaa197a3b5314e654e2ea6b0275cae66 (patch)
treed6d92d17dd0d785f05c8666d6a1b941a38dd9c62 /test_gcc_dejagnu.py
parentccb0a8f9d8904da6d077ba0753e675941bc6aaf1 (diff)
downloadtoolchain-utils-6aae4c9adaa197a3b5314e654e2ea6b0275cae66.tar.gz
For the new git repositories, we need to use https instead of http and ssh.
Bug=None Test=Tested setup_chromeos, build_chromes, remote_gcc_build Change-Id: I95833ed07692ea04f396233ab87aa7b47ff6b106 Reviewed-on: https://chrome-internal-review.googlesource.com/144397 Reviewed-by: Han Shen <shenhan@google.com> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'test_gcc_dejagnu.py')
-rwxr-xr-xtest_gcc_dejagnu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_gcc_dejagnu.py b/test_gcc_dejagnu.py
index 7b52dedc..450c6cb9 100755
--- a/test_gcc_dejagnu.py
+++ b/test_gcc_dejagnu.py
@@ -23,7 +23,7 @@ from utils import email_sender
class DejagnuAdapter(object):
# TODO(shenhan): move these to constants.py.
- _CHROMIUM_GCC_GIT = ("http://chromium.googlesource.com/"
+ _CHROMIUM_GCC_GIT = ("https://chromium.googlesource.com/"
"chromiumos/third_party/gcc.git")
_CHROMIUM_GCC_BRANCH = "gcc.gnu.org/branches/google/gcc-4_7-mobile"