Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py

Issue 2707183004: Use HTTPS URL for GitHub web-platform-tests repo. (Closed)
Patch Set: Update unit tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
index 156d7401f7035e2c65eb52e11c691fae9ab27035..35e7288cdfba8dee29a5eb46e4741cfc0cb68dc1 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/common.py
@@ -12,7 +12,7 @@ from webkitpy.w3c.chromium_finder import absolute_chromium_dir
WPT_DEST_NAME = 'wpt'
CSS_DEST_NAME = 'csswg-test'
-WPT_GH_REPO_URL = 'git@github.com:w3c/web-platform-tests.git'
+WPT_GH_REPO_URL = 'https://github.com/w3c/web-platform-tests.git'
jeffcarp 2017/02/27 21:19:44 The result of this is that `git push` in local_wpt
# TODO(qyearsley): This directory should be able to be constructed with
# WebKitFinder and WPT_DEST_NAME, plus the string "external".
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698