Update README.md and codereview.settings for new source location

TBR=kjellander@webrtc.org

Bug: 738330
Change-Id: I5eb87ee2d08f4be73f00ebf9771b8f7c08dbadd3
Reviewed-on: https://webrtc-review.googlesource.com/1020
Commit-Queue: Aaron Gable <agable@chromium.org>
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19826}
This commit is contained in:
Aaron Gable
2017-09-13 11:59:45 -07:00
committed by Commit Bot
parent 80c1f12ff3
commit 2db9c285a7
3 changed files with 5 additions and 10 deletions

View File

@ -17,7 +17,7 @@ started developing with the native code.
### More info
* Official web site: http://www.webrtc.org
* Master source code repo: https://chromium.googlesource.com/external/webrtc
* Master source code repo: https://webrtc.googlesource.com/src
* Samples and reference apps: https://github.com/webrtc
* Mailing list: http://groups.google.com/group/discuss-webrtc
* Continuous build: http://build.chromium.org/p/client.webrtc

View File

@ -1,10 +1,5 @@
# This file is used by gcl to get repository specific information.
CODE_REVIEW_SERVER: codereview.webrtc.org
# This file is used by git-cl to get repository specific information.
CC_LIST: webrtc-reviews@webrtc.org
VIEW_VC: https://chromium.googlesource.com/external/webrtc/+/
TRY_ON_UPLOAD: False
TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try-webrtc
TRYSERVER_PROJECT: webrtc
TRYSERVER_ROOT: src
CODE_REVIEW_SERVER: codereview.webrtc.org
PROJECT: webrtc
PENDING_REF_PREFIX: refs/pending/
VIEW_VC: https://webrtc.googlesource.com/src/+/

View File

@ -32,7 +32,7 @@ EXTRA_TRYBOTS = (
'master.internal.tryserver.corp.webrtc:linux_internal'
)
WEBRTC_URL = 'https://chromium.googlesource.com/external/webrtc'
WEBRTC_URL = 'https://webrtc.googlesource.com/src'
CHROMIUM_SRC_URL = 'https://chromium.googlesource.com/chromium/src'
CHROMIUM_COMMIT_TEMPLATE = CHROMIUM_SRC_URL + '/+/%s'
CHROMIUM_LOG_TEMPLATE = CHROMIUM_SRC_URL + '/+log/%s'