File tree Expand file tree Collapse file tree 3 files changed +0
-69
lines changed Expand file tree Collapse file tree 3 files changed +0
-69
lines changed Original file line number Diff line number Diff line change @@ -2,29 +2,6 @@ PY3_PROGRAM(ydb-dstool)
22
33STRIP()
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-
285PY_MAIN(ydb.apps.dstool.main)
296
307PY_SRCS(
Original file line number Diff line number Diff line change @@ -25,32 +25,6 @@ IF (NOT USE_SSE4 AND NOT OPENSOURCE)
2525 )
2626ENDIF()
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-
5428END()
5529
5630IF (OS_LINUX)
Original file line number Diff line number Diff 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-
9373YQL_LAST_ABI_VERSION()
9474
9575END()
You can’t perform that action at this time.
0 commit comments