diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 21:24:41 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 21:24:41 +0000 |
commit | b24d9460276c978ae9e2394f4532398ba5da5edc (patch) | |
tree | b51f75cac0180d526fefcc76d487dfa50a31e1c4 /codereview.settings | |
parent | 4195b1629cb7c4410165ffa2fb826dc96438de86 (diff) | |
download | chromium_src-b24d9460276c978ae9e2394f4532398ba5da5edc.zip chromium_src-b24d9460276c978ae9e2394f4532398ba5da5edc.tar.gz chromium_src-b24d9460276c978ae9e2394f4532398ba5da5edc.tar.bz2 |
Remove TRYSERVER_HTTP_ stuff.
The http method is broken, and having this in here means `git try` takes 60 seconds just to discover that it should retry using svn.
Removing this == developer_productivity++
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6312005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'codereview.settings')
-rw-r--r-- | codereview.settings | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codereview.settings b/codereview.settings index 7352ca7..514c1cd 100644 --- a/codereview.settings +++ b/codereview.settings @@ -4,8 +4,6 @@ CC_LIST: chromium-reviews@chromium.org VIEW_VC: http://src.chromium.org/viewvc/chrome?view=rev&revision= STATUS: http://chromium-status.appspot.com/status TRY_ON_UPLOAD: True -TRYSERVER_HTTP_HOST: chrome-tryserver.corp.google.com -TRYSERVER_HTTP_PORT: 8018 TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome |