From 8c3211227fa768e8aa4172f8ae2f765c12566546 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Mon, 6 Jun 2016 16:17:12 -0700 Subject: [PATCH] Edit codereview.settings and cq.cfg for Git R=sergeyberezin@chromium.org TBR=tandrii@chromium.org BUG=600446 Review URL: https://codereview.chromium.org/2041123002 . --- codereview.settings | 2 +- infra/config/cq.cfg | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/codereview.settings b/codereview.settings index 0c3b51362..f84203bd8 100644 --- a/codereview.settings +++ b/codereview.settings @@ -1,5 +1,5 @@ # This file is used by gcl to get repository specific information. CODE_REVIEW_SERVER: codereview.chromium.org CC_LIST: chromium-reviews@chromium.org -VIEW_VC: http://src.chromium.org/viewvc/chrome?view=rev&revision= +VIEW_VC: https://chromium.googlesource.com/chromium/tools/depot_tools/+/ PROJECT: depot_tools diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index e2fc25b15..1108d4f07 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -4,20 +4,9 @@ version: 1 cq_name: "depot_tools" cq_status_url: "https://chromium-cq-status.appspot.com" -svn_repo_url: "svn://svn.chromium.org/chrome/trunk/tools/depot_tools" rietveld { url: "https://codereview.chromium.org" - project_bases: "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/tools/depot_tools(|/.*)$" - project_bases: "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/tools/depot_tools(|/.*)$" - project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/tools/depot_tools(|/.*)$" - project_bases: "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/tools/depot_tools(|/.*)$" - project_bases: "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/tools/depot_tools(|/.*)$" - project_bases: "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/tools/depot_tools(|/.*)$" - project_bases: "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/tools/depot_tools(|/.*)$" - project_bases: "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/tools/depot_tools(|/.*)$" - project_bases: "^https?\\:\\/\\/git\\.chromium\\.org\\/git\\/chromium\\/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" - project_bases: "^https?\\:\\/\\/git\\.chromium\\.org\\/chromium\\/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/chromium\\/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" project_bases: "^https?\\:\\/\\/chromium\\.googlesource\\.com\\/a\\/chromium\\/tools\\/depot_tools(?:\\.git)?\\@[a-zA-Z0-9\\-_\\.]+$" }