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 | 9ab30620977aa96ae9e9da959e2f7e1370cb796d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/rules | |
parent | 41e8c41790ddd8d92722a09f7d4e1934aefff0c5 (diff) | |
download | ydb-9ab30620977aa96ae9e9da959e2f7e1370cb796d.tar.gz |
Restoring authorship annotation for <dima-zakharov@yandex-team.ru>. Commit 2 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 2a282f2789..9af4b85cc2 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 58b808de9e..60fd149753 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 |