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:
@ -17,7 +17,7 @@ started developing with the native code.
|
|||||||
### More info
|
### More info
|
||||||
|
|
||||||
* Official web site: http://www.webrtc.org
|
* 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
|
* Samples and reference apps: https://github.com/webrtc
|
||||||
* Mailing list: http://groups.google.com/group/discuss-webrtc
|
* Mailing list: http://groups.google.com/group/discuss-webrtc
|
||||||
* Continuous build: http://build.chromium.org/p/client.webrtc
|
* Continuous build: http://build.chromium.org/p/client.webrtc
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
# This file is used by gcl to get repository specific information.
|
# This file is used by git-cl to get repository specific information.
|
||||||
CODE_REVIEW_SERVER: codereview.webrtc.org
|
|
||||||
CC_LIST: webrtc-reviews@webrtc.org
|
CC_LIST: webrtc-reviews@webrtc.org
|
||||||
VIEW_VC: https://chromium.googlesource.com/external/webrtc/+/
|
CODE_REVIEW_SERVER: codereview.webrtc.org
|
||||||
TRY_ON_UPLOAD: False
|
|
||||||
TRYSERVER_SVN_URL: svn://svn.chromium.org/chrome-try/try-webrtc
|
|
||||||
TRYSERVER_PROJECT: webrtc
|
|
||||||
TRYSERVER_ROOT: src
|
|
||||||
PROJECT: webrtc
|
PROJECT: webrtc
|
||||||
PENDING_REF_PREFIX: refs/pending/
|
VIEW_VC: https://webrtc.googlesource.com/src/+/
|
||||||
|
@ -32,7 +32,7 @@ EXTRA_TRYBOTS = (
|
|||||||
'master.internal.tryserver.corp.webrtc:linux_internal'
|
'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_SRC_URL = 'https://chromium.googlesource.com/chromium/src'
|
||||||
CHROMIUM_COMMIT_TEMPLATE = CHROMIUM_SRC_URL + '/+/%s'
|
CHROMIUM_COMMIT_TEMPLATE = CHROMIUM_SRC_URL + '/+/%s'
|
||||||
CHROMIUM_LOG_TEMPLATE = CHROMIUM_SRC_URL + '/+log/%s'
|
CHROMIUM_LOG_TEMPLATE = CHROMIUM_SRC_URL + '/+log/%s'
|
||||||
|
Reference in New Issue
Block a user