diff options
author | torkve <torkve@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:23 +0300 |
commit | d2e3ef74aed5c066cc49df962b30ceb4318778ac (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/rules | |
parent | f9cfbeee51d5849127bb58793a2edcdfd7bb91bb (diff) | |
download | ydb-d2e3ef74aed5c066cc49df962b30ceb4318778ac.tar.gz |
Restoring authorship annotation for <torkve@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_python.policy | 6 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 3860062478..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -169,7 +169,7 @@ ALLOW weather/workers/common/clean_satellite/utils -> contrib/deprecated/python/ ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/mipp DENY .* -> contrib/deprecated/python/mipp DENY .* -> contrib/deprecated/python/mpop - + DENY .* -> contrib/python/pdbpp ALLOW contrib/python/pdbpp -> contrib/python/fancycompleter @@ -177,7 +177,7 @@ DENY .* -> contrib/python/fancycompleter ALLOW infra/procman -> contrib/python/skynet_pyro4 ALLOW skynet -> contrib/python/skynet_pyro4 -DENY .* -> contrib/python/skynet_pyro4 +DENY .* -> contrib/python/skynet_pyro4 ALLOW contrib/deprecated/python/cyordereddict -> contrib/deprecated/python/cyordereddict ALLOW contrib/deprecated/python/cyordereddict/cyordereddict/tests -> contrib/deprecated/python/cyordereddict @@ -195,7 +195,7 @@ ALLOW contrib/deprecated/python/xmpppy -> contrib/deprecated/python/xmpppy ALLOW ads/libs/py_notifier -> contrib/deprecated/python/xmpppy ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/xmpppy DENY .* -> contrib/deprecated/python/xmpppy - + ALLOW contrib/python/fancycompleter -> contrib/python/pyrepl DENY .* -> contrib/python/pyrepl diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 6f0b4b9add..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1024,11 +1024,11 @@ ALLOW trust/psp/core/handler -> vendor/github.com/gorilla/mux # CONTRIB-2337 Cloud GPU migration: validator for structs and fields ALLOW cloud/compute/go-common/pkg/validation -> vendor/github.com/go-playground/validator/v10 -# CONTRIB-2412 -ALLOW infra/infractl/.* -> vendor/github.com/google/gnostic/openapiv3 -ALLOW infra/infractl/.* -> vendor/github.com/google/gnostic/compiler -ALLOW infra/infractl/.* -> vendor/gopkg.in/yaml.v3 - +# CONTRIB-2412 +ALLOW infra/infractl/.* -> vendor/github.com/google/gnostic/openapiv3 +ALLOW infra/infractl/.* -> vendor/github.com/google/gnostic/compiler +ALLOW infra/infractl/.* -> vendor/gopkg.in/yaml.v3 + # CONTRIB-2445 ALLOW psp -> vendor/github.com/zimmski/go-mutesting |