Skip to content

Commit 2fd9d94

Browse files
authored
Remove CHECK_DEPENDENT_DIRS (#4645)
1 parent b644208 commit 2fd9d94

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

ydb/apps/dstool/ya.make

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,6 @@ PY3_PROGRAM(ydb-dstool)
22

33
STRIP()
44

5-
#
6-
# DON'T ALLOW NEW DEPENDENCIES WITHOUT EXPLICIT APPROVE FROM kikimr-dev@ or fomichev@
7-
#
8-
IF (OPENSOURCE)
9-
CHECK_DEPENDENT_DIRS(
10-
ALLOW_ONLY
11-
PEERDIRS
12-
arc/api/public
13-
build/external_resources/flake8_py3
14-
build/platform
15-
certs
16-
contrib
17-
library
18-
tools/archiver
19-
tools/enum_parser/enum_parser
20-
tools/enum_parser/enum_serialization_runtime
21-
tools/rescompressor
22-
tools/rorescompiler
23-
util
24-
ydb
25-
)
26-
ENDIF()
27-
285
PY_MAIN(ydb.apps.dstool.main)
296

307
PY_SRCS(

ydb/apps/ydb/ya.make

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,6 @@ IF (NOT USE_SSE4 AND NOT OPENSOURCE)
2525
)
2626
ENDIF()
2727

28-
#
29-
# DON'T ALLOW NEW DEPENDENCIES WITHOUT EXPLICIT APPROVE FROM kikimr-dev@ or fomichev@
30-
#
31-
CHECK_DEPENDENT_DIRS(
32-
ALLOW_ONLY
33-
PEERDIRS
34-
build/internal/platform
35-
build/platform
36-
certs
37-
contrib
38-
library
39-
tools/enum_parser/enum_parser
40-
tools/enum_parser/enum_serialization_runtime
41-
tools/rescompressor
42-
tools/rorescompiler
43-
util
44-
ydb/apps/ydb
45-
ydb/core/fq/libs/protos
46-
ydb/core/grpc_services/validation
47-
ydb/library
48-
ydb/public
49-
ydb/library/yql/public/decimal
50-
ydb/library/yql/public/issue
51-
ydb/library/yql/public/issue/protos
52-
)
53-
5428
END()
5529

5630
IF (OS_LINUX)

ydb/apps/ydbd/ya.make

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,26 +70,6 @@ PEERDIR(
7070
ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs
7171
)
7272

73-
#
74-
# DON'T ALLOW NEW DEPENDENCIES WITHOUT EXPLICIT APPROVE FROM kikimr-dev@ or fomichev@
75-
#
76-
CHECK_DEPENDENT_DIRS(
77-
ALLOW_ONLY
78-
PEERDIRS
79-
build
80-
certs
81-
contrib
82-
library
83-
tools/archiver
84-
tools/enum_parser/enum_parser
85-
tools/enum_parser/enum_serialization_runtime
86-
tools/rescompressor
87-
tools/rorescompiler
88-
util
89-
ydb
90-
yt
91-
)
92-
9373
YQL_LAST_ABI_VERSION()
9474

9575
END()

0 commit comments

Comments
 (0)