diff options
author | dima-zakharov <dima-zakharov@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:02 +0300 |
commit | 41e8c41790ddd8d92722a09f7d4e1934aefff0c5 (patch) | |
tree | 2f175d77fb38a4093ccc33353129ccff1e7db7ce /build/rules | |
parent | ed935c8a4c7e6ca561c19047402b0f7442175b51 (diff) | |
download | ydb-41e8c41790ddd8d92722a09f7d4e1934aefff0c5.tar.gz |
Restoring authorship annotation for <dima-zakharov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_deps.policy | 4 | ||||
-rw-r--r-- | build/rules/contrib_python.policy | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build/rules/contrib_deps.policy b/build/rules/contrib_deps.policy index 9af4b85cc2..2a282f2789 100644 --- a/build/rules/contrib_deps.policy +++ b/build/rules/contrib_deps.policy @@ -65,8 +65,8 @@ ALLOW contrib/tests/subvertpy -> devtools/ya/yalibrary/svn/testing ALLOW contrib/tests/subvertpy -> library/python/windows ALLOW contrib/tests/subvertpy -> vcs/svn/wc/client -ALLOW contrib/tools/unbound -> infra/libs -ALLOW contrib/tools/unbound -> library/cpp/proto_config +ALLOW contrib/tools/unbound -> infra/libs +ALLOW contrib/tools/unbound -> library/cpp/proto_config ALLOW contrib/python/marshmallow-mongoengine/py[23]/tests -> library/python/pytest-mongodb diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 60fd149753..58b808de9e 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -280,9 +280,9 @@ DENY .* -> contrib/python/face$ ALLOW contrib/python/webstruct -> contrib/python/webstruct ALLOW yweb/antimalware/direct/fraud_html_detector -> contrib/python/webstruct DENY .* -> contrib/python/webstruct - -ALLOW contrib/tools/unbound -> contrib/tools/unbound -DENY .* -> contrib/tools/unbound + +ALLOW contrib/tools/unbound -> contrib/tools/unbound +DENY .* -> contrib/tools/unbound # https://st.yandex-team.ru/CONTRIB-2042 ALLOW addappter/backend/addappter_backoffice -> contrib/python/sqlalchemy/sqlalchemy-1.2 |