| Index: testing/commit_queue/config.json
|
| diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
|
| index 732154ffd19d821a510a45435f38e59c63d4a9c1..c3852bd3a35b9d05fd236b2eb0de81611ff9b514 100644
|
| --- a/testing/commit_queue/config.json
|
| +++ b/testing/commit_queue/config.json
|
| @@ -5,17 +5,6 @@
|
| "git_repo_url": "https://chromium.googlesource.com/chromium/src",
|
| "hide_ref_in_committed_msg": true,
|
| "max_commit_burst": 2,
|
| - "project_bases_legacy": [
|
| - "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
|
| - "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
|
| - "^svn\\:\\/\\/chrome\\-svn\\.corp\\/chrome/trunk/src(|/.*)$",
|
| - "^svn\\:\\/\\/chrome\\-svn\\.corp\\.google\\.com\\/chrome/trunk/src(|/.*)$",
|
| - "^http\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
|
| - "^https\\:\\/\\/src\\.chromium\\.org\\/svn/trunk/src(|/.*)$",
|
| - "^http\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
|
| - "^https\\:\\/\\/src\\.chromium\\.org\\/chrome/trunk/src(|/.*)$"
|
| - ],
|
| - "project_bases_legacy_from_git_repo_url": true,
|
| "remote_branch": "refs/pending/heads/master",
|
| "rietveld_url": "https://codereview.chromium.org",
|
| "rietveld_user": "commit-bot@chromium.org",
|
|
|