فهرست منبع

update stale codereview.chromium.org links

w/chromium-review.googlesource.com

Change-Id: I8f024d68a3b89ae530fc1ce2806b9b12b83ba7b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2585050
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
Commit-Queue: James Zern <jzern@google.com>
James Zern 4 سال پیش
والد
کامیت
fdd89469d6
6فایلهای تغییر یافته به همراه15 افزوده شده و 6 حذف شده
  1. 1 1
      codereview.settings
  2. 1 1
      man/html/depot_tools_tutorial.html
  3. 1 1
      man/man7/depot_tools_tutorial.7
  4. 1 1
      man/src/depot_tools_tutorial.txt
  5. 8 0
      tests/gclient_utils_test.py
  6. 3 2
      watchlists.py

+ 1 - 1
codereview.settings

@@ -1,6 +1,6 @@
 # This file is used by git cl to get repository specific information.
 # This file is used by git cl to get repository specific information.
 CC_LIST: chromium-reviews@chromium.org
 CC_LIST: chromium-reviews@chromium.org
-CODE_REVIEW_SERVER: codereview.chromium.org
+CODE_REVIEW_SERVER: chromium-review.googlesource.com
 GERRIT_HOST: True
 GERRIT_HOST: True
 PROJECT: depot_tools
 PROJECT: depot_tools
 VIEW_VC: https://chromium.googlesource.com/chromium/tools/depot_tools/+/
 VIEW_VC: https://chromium.googlesource.com/chromium/tools/depot_tools/+/

+ 1 - 1
man/html/depot_tools_tutorial.html

@@ -1061,7 +1061,7 @@ for review, run:</p></div>
 </div></div>
 </div></div>
 <div class="paragraph"><p>This will take the diff of your branch against its upstream branch (in that
 <div class="paragraph"><p>This will take the diff of your branch against its upstream branch (in that
 case origin/master), and will post it to the
 case origin/master), and will post it to the
-<a href="https://codereview.chromium.org">Chromium code review site</a>.</p></div>
+<a href="https://chromium-review.googlesource.com">Chromium code review site</a>.</p></div>
 </div>
 </div>
 </div>
 </div>
 <div class="sect1">
 <div class="sect1">

+ 1 - 1
man/man7/depot_tools_tutorial.7

@@ -1047,7 +1047,7 @@ Pro Git book
 .IP " 5." 4
 .IP " 5." 4
 Chromium code review site
 Chromium code review site
 .RS 4
 .RS 4
-\%https://codereview.chromium.org
+\%https://chromium-review.googlesource.com
 .RE
 .RE
 .IP " 6." 4
 .IP " 6." 4
 main Chromium waterfall
 main Chromium waterfall

+ 1 - 1
man/src/depot_tools_tutorial.txt

@@ -234,7 +234,7 @@ for review, run:
 
 
 This will take the diff of your branch against its upstream branch (in that
 This will take the diff of your branch against its upstream branch (in that
 case origin/master), and will post it to the
 case origin/master), and will post it to the
-link:https://codereview.chromium.org[Chromium code review site].
+link:https://chromium-review.googlesource.com[Chromium code review site].
 
 
 
 
 UPDATING THE CODE
 UPDATING THE CODE

+ 8 - 0
tests/gclient_utils_test.py

@@ -318,6 +318,14 @@ class GClientUtilsTest(trial_dir.TestCase):
         ['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'],
         ['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'],
         ['codereview.chromium.org', 'https://codereview.chromium.org'],
         ['codereview.chromium.org', 'https://codereview.chromium.org'],
         ['codereview.chromium.org/', 'https://codereview.chromium.org/'],
         ['codereview.chromium.org/', 'https://codereview.chromium.org/'],
+        [
+          'chromium-review.googlesource.com',
+          'https://chromium-review.googlesource.com'
+        ],
+        [
+          'chromium-review.googlesource.com/',
+          'https://chromium-review.googlesource.com/'
+        ],
         ['http://foo:10000', 'http://foo:10000'],
         ['http://foo:10000', 'http://foo:10000'],
         ['http://foo:10000/bar', 'http://foo:10000/bar'],
         ['http://foo:10000/bar', 'http://foo:10000/bar'],
         ['foo:10000', 'http://foo:10000'],
         ['foo:10000', 'http://foo:10000'],

+ 3 - 2
watchlists.py

@@ -8,9 +8,10 @@
 Watchlists is a mechanism that allow a developer (a "watcher") to watch over
 Watchlists is a mechanism that allow a developer (a "watcher") to watch over
 portions of code that they are interested in. A "watcher" will be cc-ed to
 portions of code that they are interested in. A "watcher" will be cc-ed to
 changes that modify that portion of code, thereby giving them an opportunity
 changes that modify that portion of code, thereby giving them an opportunity
-to make comments on codereview.chromium.org even before the change is
+to make comments on chromium-review.googlesource.com even before the change is
 committed.
 committed.
-Refer: http://dev.chromium.org/developers/contributing-code/watchlists
+Refer:
+https://chromium.googlesource.com/chromium/src/+/HEAD/docs/infra/watchlists.md
 
 
 When invoked directly from the base of a repository, this script lists out
 When invoked directly from the base of a repository, this script lists out
 the watchers for files given on the command line. This is useful to verify
 the watchers for files given on the command line. This is useful to verify