Skip to content

Commit

Permalink
[COIL] Change chromium code search type links to use main rather than…
Browse files Browse the repository at this point in the history
… master for tools

    See this doc: go/chromium-coil-change for more info
    BUG=1210385

Change-Id: I8fdcbf7d7607ac75f4a84d1d697eedede92e6b6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2902346
Auto-Submit: John Palmer <[email protected]>
Reviewed-by: Dirk Pranke <[email protected]>
Reviewed-by: Jesse Doherty <[email protected]>
Commit-Queue: Jesse Doherty <[email protected]>
Cr-Commit-Position: refs/heads/master@{#885533}
  • Loading branch information
John Palmer authored and Chromium LUCI CQ committed May 21, 2021
1 parent 9ce89c5 commit ab8812a
Show file tree
Hide file tree
Showing 68 changed files with 122 additions and 122 deletions.
4 changes: 2 additions & 2 deletions tools/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

# These aren't actually great contact points for this directory, but
# changes in this directory are rare and most changes happen in better-owned
Expand Down
4 changes: 2 additions & 2 deletions tools/accessibility/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Internals>Accessibility"
Expand Down
2 changes: 1 addition & 1 deletion tools/android/adb_remote_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Gitiles returns the result as base64 formatted, so the result needs to be
# decoded. See https://code.google.com/p/gitiles/issues/detail?id=7 for
# more information about this security precaution.
script_url="https://chromium.googlesource.com/chromium/src.git/+/master"
script_url="https://chromium.googlesource.com/chromium/src.git/+/main"
script_url+="/tools/android/adb_remote_setup.sh"
script_url+="?format=TEXT"

Expand Down
2 changes: 1 addition & 1 deletion tools/android/android_studio/ChromiumInspections.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<profile version="1.0">
<option name="myName" value="Chromium" />
<!-- We use asserts in Chromium. See https://chromium.googlesource.com/chromium/src/+/master/styleguide/java/java.md#Asserts -->
<!-- We use asserts in Chromium. See https://chromium.googlesource.com/chromium/src/+/main/styleguide/java/java.md#Asserts -->
<inspection_tool class="AndroidLintAssert" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="AndroidLintRtlCompat" enabled="false" level="ERROR" enabled_by_default="false" />
</profile>
4 changes: 2 additions & 2 deletions tools/android/dependency_analysis/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Infra>CodeAnalysis"
Expand Down
2 changes: 1 addition & 1 deletion tools/android/dependency_analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tools/android/dependency_analysis/count_cycles.py -h
## Example Usage
This Linux example assumes Chromium is contained in a directory `~/cr`
and that Chromium has been built as per the instructions
[here](https://chromium.googlesource.com/chromium/src/+/master/docs/linux/build_instructions.md),
[here](https://chromium.googlesource.com/chromium/src/+/main/docs/linux/build_instructions.md),
although the only things these assumptions affect are the file paths.
```
$ tools/android/dependency_analysis/generate_json_dependency_graph.py -C out/Debug -o ~/graph.json
Expand Down
4 changes: 2 additions & 2 deletions tools/android/forwarder2/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Infra>Client>Chrome"
Expand Down
4 changes: 2 additions & 2 deletions tools/binary_size/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Tools"
Expand Down
2 changes: 1 addition & 1 deletion tools/binary_size/diagnose_bloat.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def Summary(self):
footer_lines = [
'',
'For an explanation of these metrics, see:',
('https://chromium.googlesource.com/chromium/src/+/master/docs/speed/'
('https://chromium.googlesource.com/chromium/src/+/main/docs/speed/'
'binary_size/metrics.md#Metrics-for-Android')]
return self._ResultLines(
include_sections=ResourceSizesDiff._SUMMARY_SECTIONS) + footer_lines
Expand Down
2 changes: 1 addition & 1 deletion tools/binary_size/libsupersize/static/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="headline">Super Size Tiger View</h1>
</svg>
<span class="label-text">Upload data</span>
</label>
<a href="https://chromium.googlesource.com/chromium/src/+/master/tools/binary_size/html_report_faq.md" class="icon-button"
<a href="https://chromium.googlesource.com/chromium/src/+/main/tools/binary_size/html_report_faq.md" class="icon-button"
title="FAQ" id="faq" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#5f6368">
<path d="M11,18h2v-2h-2V18z M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.48,10-10S17.52,2,12,2z M12,20c-4.41,0-8-3.59-8-8
Expand Down
2 changes: 1 addition & 1 deletion tools/binary_size/trybot_commit_size_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def main():
{}
To understand what those checks are and how to pass them, see:
https://chromium.googlesource.com/chromium/src/+/master/docs/speed/binary_size/android_binary_size_trybot.md
https://chromium.googlesource.com/chromium/src/+/main/docs/speed/binary_size/android_binary_size_trybot.md
""".format(failing_checks_text, passing_checks_text)

Expand Down
2 changes: 1 addition & 1 deletion tools/chrome_extensions/open_my_editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ select `Open My Editor $file`.
startup so that you don't have to remember to manually start it.
4. Create a `myeditor` executable to be used for launching your editor, and add
it to your path. See [`myeditor-example/`](https://chromium.googlesource.com/chromium/src.git/+/master/tools/chrome_extensions/open_my_editor/myeditor-example/).
it to your path. See [`myeditor-example/`](https://chromium.googlesource.com/chromium/src.git/+/main/tools/chrome_extensions/open_my_editor/myeditor-example/).
5. Enjoy.
## How it works
Expand Down
4 changes: 2 additions & 2 deletions tools/clang/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Tools"
Expand Down
4 changes: 2 additions & 2 deletions tools/clang/blink_gc_plugin/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Blink>MemoryAllocator>GarbageCollection"
Expand Down
4 changes: 2 additions & 2 deletions tools/clang/plugins/README.chromium
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Documentation for this code is:

- https://chromium.googlesource.com/chromium/src/+/master/docs/clang.md
- https://chromium.googlesource.com/chromium/src/+/master/docs/writing_clang_plugins.md
- https://chromium.googlesource.com/chromium/src/+/main/docs/clang.md
- https://chromium.googlesource.com/chromium/src/+/main/docs/writing_clang_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void GetViaPtr(SomeClass** out_ptr) {

// Based on a real-world example (Blink uses references more often than the rest
// of Chromium):
// https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/layout/layout_table.cc;drc=a3524fd6d1a4f4ff7e97893f6c6375dd1684e132;l=130
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/layout/layout_table.cc;drc=a3524fd6d1a4f4ff7e97893f6c6375dd1684e132;l=130
void GetViaRef(SomeClass*& out_ptr) {
out_ptr = nullptr;
}
Expand Down
4 changes: 2 additions & 2 deletions tools/clang/stack_maps/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Blink>JavaScript>GC"
Expand Down
2 changes: 1 addition & 1 deletion tools/clang/translation_unit/test_translation_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _NumberOfTestsToString(tests):

# Before running this test script, please build the translation_unit clang tool
# first. This is explained here:
# https://chromium.googlesource.com/chromium/src/+/master/docs/clang_tool_refactoring.md
# https://chromium.googlesource.com/chromium/src/+/main/docs/clang_tool_refactoring.md
def main():
tools_clang_directory = os.path.dirname(os.path.dirname(
os.path.realpath(__file__)))
Expand Down
4 changes: 2 additions & 2 deletions tools/code_coverage/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Infra>Test>CodeCoverage"
Expand Down
4 changes: 2 additions & 2 deletions tools/code_coverage/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<corpus_dir> - directory containing samples files for this format.
To learn more about generating code coverage reports for fuzz targets, see
https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/efficient_fuzzer.md#Code-Coverage
https://chromium.googlesource.com/chromium/src/+/main/testing/libfuzzer/efficient_fuzzer.md#Code-Coverage
* Sample workflow for running Blink web tests:
Expand All @@ -62,7 +62,7 @@
For more options, please refer to tools/code_coverage/coverage.py -h.
For an overview of how code coverage works in Chromium, please refer to
https://chromium.googlesource.com/chromium/src/+/master/docs/testing/code_coverage.md
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/code_coverage.md
"""

from __future__ import print_function
Expand Down
4 changes: 2 additions & 2 deletions tools/cr/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Tools"
Expand Down
4 changes: 2 additions & 2 deletions tools/cros/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Test>Telemetry"
Expand Down
2 changes: 1 addition & 1 deletion tools/emacs/gn.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

;; A major mode for editing GN files. GN stands for Generate Ninja. GN is the
;; meta build system used in Chromium. For more information on GN, see the GN
;; manual: <https://chromium.googlesource.com/chromium/src/+/master/tools/gn/README.md>
;; manual: <https://chromium.googlesource.com/chromium/src/+/main/tools/gn/README.md>

;;; To Do:

Expand Down
4 changes: 2 additions & 2 deletions tools/fuchsia/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Fuchsia"
Expand Down
4 changes: 2 additions & 2 deletions tools/idl_parser/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Blink>Bindings"
Expand Down
4 changes: 2 additions & 2 deletions tools/infra/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Infra>Client>Chrome"
Expand Down
4 changes: 2 additions & 2 deletions tools/ipc_fuzzer/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Tools>Stability>Libfuzzer"
Expand Down
4 changes: 2 additions & 2 deletions tools/json_schema_compiler/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Platform>Extensions"
Expand Down
2 changes: 1 addition & 1 deletion tools/json_schema_compiler/js_externs_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
NOTE = """// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.%s.FooType'.
// Please run the closure compiler before committing changes.
// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
// See https://chromium.googlesource.com/chromium/src/+/main/docs/closure_compilation.md
"""

class JsExternsGenerator(object):
Expand Down
6 changes: 3 additions & 3 deletions tools/json_schema_compiler/js_externs_generator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.fakeApi.FooType'.
// Please run the closure compiler before committing changes.
// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
// See https://chromium.googlesource.com/chromium/src/+/main/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: fakeApi */
Expand Down Expand Up @@ -323,7 +323,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.fakeApiPrivate.FooType'.
// Please run the closure compiler before committing changes.
// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
// See https://chromium.googlesource.com/chromium/src/+/main/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: fakeApiPrivate */
Expand Down Expand Up @@ -471,7 +471,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.fakeJson.FooType'.
// Please run the closure compiler before committing changes.
// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
// See https://chromium.googlesource.com/chromium/src/+/main/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: fakeJson */
Expand Down
4 changes: 2 additions & 2 deletions tools/lldb/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Tools"
Expand Down
4 changes: 2 additions & 2 deletions tools/luci-go/DIR_METADATA
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Metadata information for this directory.
#
# For more information on DIR_METADATA files, see:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/README.md
#
# For the schema of this file, see Metadata message:
# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto
# https://source.chromium.org/chromium/infra/infra/+/main:go/src/infra/tools/dirmd/proto/dir_metadata.proto

monorail {
component: "Infra>Platform"
Expand Down
2 changes: 1 addition & 1 deletion tools/luci-go/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# luci-go

Contains executable built out of
https://chromium.googlesource.com/infra/luci/luci-go/+/master/client/cmd
https://chromium.googlesource.com/infra/luci/luci-go/+/main/client/cmd
Mapped through CIPD.
Loading

0 comments on commit ab8812a

Please sign in to comment.