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 | f9cfbeee51d5849127bb58793a2edcdfd7bb91bb (patch) | |
tree | f7c863cfcc3f1cb6de7f77e11fec2ae60868c8fb /build | |
parent | 5eefa17021221fd267f1dd5f9d63d2493d131a8a (diff) | |
download | ydb-f9cfbeee51d5849127bb58793a2edcdfd7bb91bb.tar.gz |
Restoring authorship annotation for <torkve@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/contrib_python.policy | 6 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 10 | ||||
-rw-r--r-- | build/ya.conf.json | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 60fd149753..3860062478 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 3e9c0acada..6f0b4b9add 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 diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d6..891c8651dd 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -6853,7 +6853,7 @@ "yd-migrate": { "formula": { "sandbox_id": [ - 990283171 + 990283171 ], "match": "yd_migrate" }, |