add oncall annotation for TARGETS files in fbcode based on contbuild information - /data/users/bayarmunkh/target_oncalls_26_sapling

Summary:
This diff adds oncall to Buck TARGETS files in fbcode repository based on their contbuild information.
This diff was generated by this command:
  ./fbcode/ownership/coverage/submit_diff_with_file_oncall_mapping.sh /data/users/bayarmunkh/target_oncalls_26
see more context here: https://fb.workplace.com/groups/fbcode/posts/6551897871513663 and https://fb.workplace.com/groups/fbcode.devx/permalink/3149549092006627/
drop_conflicts

Reviewed By: markisaa

Differential Revision: D52166498

fbshipit-source-id: 5bf25a26cbd700b32bbb585d987d21137c8fc545
This commit is contained in:
Bayarmunkh Davaadorj 2023-12-15 16:34:00 -08:00 committed by Facebook GitHub Bot
parent 39a87d51e2
commit 25c93ffd88
5 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,7 @@
load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")
oncall("scm_client_infra")
cpp_library(
name = "http",
srcs = ["HttpBackingStore.cpp"],

View File

@ -1,5 +1,7 @@
load("@fbcode_macros//build_defs:rust_library.bzl", "rust_library")
oncall("mercurial_release")
rust_library(
name = "termlogger",
srcs = glob(["src/**/*.rs"]),

View File

@ -1,5 +1,7 @@
load("@fbcode_macros//build_defs:rust_binary.bzl", "rust_binary")
oncall("mercurial_release")
rust_binary(
name = "codegen",
srcs = [

View File

@ -1,5 +1,7 @@
load("@fbcode_macros//build_defs:rust_library.bzl", "rust_library")
oncall("mercurial_release")
rust_library(
name = "atexit",
srcs = glob(["src/**/*.rs"]),

View File

@ -1,5 +1,7 @@
load("@fbcode_macros//build_defs:rust_library.bzl", "rust_library")
oncall("mercurial_release")
rust_library(
name = "hgplain",
srcs = glob(["src/**/*.rs"]),