From c39962aa8d259708a05df7544c5b383beec5e0f0 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 18 Jan 2013 08:27:48 +0000 Subject: [PATCH] Adding TRYSERVER_ROOT to codereview.settings This is needed for tryjobs to work with updated trybot configurations. BUG=webrtc:1309 TEST=Submitted try jobs and verified the patch applies properly. Review URL: https://webrtc-codereview.appspot.com/1045004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3386 4adac7df-926f-26a2-2b94-8c16560cd09d --- codereview.settings | 2 ++ tools/codereview.settings | 10 ++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/codereview.settings b/codereview.settings index 33c274e807..b15a786664 100644 --- a/codereview.settings +++ b/codereview.settings @@ -7,5 +7,7 @@ TRY_ON_UPLOAD: False TRYSERVER_HTTP_HOST: webrtc-cb-linux-master.cbf.corp.google.com TRYSERVER_HTTP_PORT: 9018 #TRYSERVER_SVN_URL: +TRYSERVER_ROOT: src #GITCL_PREUPLOAD: #GITCL_PREDCOMMIT: + diff --git a/tools/codereview.settings b/tools/codereview.settings index c7ae7860df..c18cd59046 100644 --- a/tools/codereview.settings +++ b/tools/codereview.settings @@ -1,9 +1,7 @@ # This file is used by gcl to get repository specific information. CODE_REVIEW_SERVER: webrtc-codereview.appspot.com -#CC_LIST: -#VIEW_VC: -#STATUS: +CC_LIST: webrtc-reviews@webrtc.org +VIEW_VC: http://code.google.com/p/webrtc/source/detail?r= TRY_ON_UPLOAD: False -#TRYSERVER_SVN_URL: -#GITCL_PREUPLOAD: -#GITCL_PREDCOMMIT: +TRYSERVER_ROOT: src/tools +