summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspreis <[email protected]>2025-07-03 07:25:46 +0300
committerspreis <[email protected]>2025-07-03 07:42:50 +0300
commit784b61d804a94c4ee6a4000e5aeedde1dad2f967 (patch)
treee326004eebeed192e81d3e074c6f40138ca2281a
parentd11200a4d35cc819df88cc5b06797babda5bd01b (diff)
Get rid of OWNER in /build/
commit_hash:ff2ba775a281969703b62371ed40de8dac94532d
-rw-r--r--build/ymake.core.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 49a99e64ed3..afe0c89c451 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -481,8 +481,6 @@ macro _RESOURCE_SEM(INPUTS[], KEYS[], OPTS[]) {
### @example:
###
### LIBRARY()
-### OWNER(user1)
-###
### RESOURCE(
### path/to/file1 /key/in/program/1
### path/to/file2 /key2
@@ -1655,8 +1653,6 @@ macro LINT(level) {
### @example:
###
### EXECTEST()
-### OWNER(g:yatool)
-###
### RUN(
### cat input.txt
### )
@@ -4440,7 +4436,6 @@ macro NO_NEED_CHECK(Flags...) {
### @usage: NEED_REVIEW() # deprecated
###
### Mark the project as needing review.
-### Reviewers are listed in the macro OWNER. The use of this macro is disabled by default.
### Details can be found here: https://clubs.at.yandex-team.ru/arcadia/6104
macro NEED_REVIEW(Flags...) {
# TODO: FIXME