diff options
author | smosker <smosker@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:21 +0300 |
commit | dd14d17a747a9c259858faf2fcc3ea6b92df4e15 (patch) | |
tree | f332cd81782832c17c48d8c3b4511924cd9e47fd /build | |
parent | b637e2fa3213638fbabe52c15dad14c8237945ac (diff) | |
download | ydb-dd14d17a747a9c259858faf2fcc3ea6b92df4e15.tar.gz |
Restoring authorship annotation for <smosker@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/contrib_deps.policy | 2 | ||||
-rw-r--r-- | build/rules/contrib_python.policy | 10 | ||||
-rw-r--r-- | build/ya.conf.json | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/contrib_deps.policy b/build/rules/contrib_deps.policy index 9af4b85cc2..0ad9674460 100644 --- a/build/rules/contrib_deps.policy +++ b/build/rules/contrib_deps.policy @@ -49,7 +49,7 @@ ALLOW contrib/python/horovod/horovod/common/syms -> library/python/symbols/regis ALLOW contrib/python/opensfm -> library/cpp/vl_feat ALLOW contrib/python/Wand/ImageMagick -> library/python/symbols/registry ALLOW contrib/nginx/modules/nginx-rtmp-module -> library/cpp/json -ALLOW contrib/python/gino -> library/python/pyscopg2 +ALLOW contrib/python/gino -> library/python/pyscopg2 ALLOW contrib/python/psycopg2/tests -> mail/devpack ALLOW contrib/python/asn1crypto -> library/python/symbols/crypto ALLOW contrib/python/win_unicode_console -> library/python/symbols/win_unicode_console diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 60fd149753..5a634d9cf7 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -17,8 +17,8 @@ ALLOW intranet/search/core -> contrib/python/django/django-1.11 ALLOW intranet/search/settings -> contrib/python/django/django-1.11 ALLOW intranet/sync_tools/tests -> contrib/python/django/django-1.11 ALLOW intranet/wiki -> contrib/python/django/django-1.11 -ALLOW intranet/plan/src -> contrib/python/django/django-1.11 -ALLOW intranet/plan -> contrib/python/django/django-1.11 +ALLOW intranet/plan/src -> contrib/python/django/django-1.11 +ALLOW intranet/plan -> contrib/python/django/django-1.11 ALLOW library/python/django_alive -> contrib/python/django/django-1.11 ALLOW library/python/django_celery_monitoring -> contrib/python/django/django-1.11 ALLOW library/python/django_mds -> contrib/python/django/django-1.11 @@ -202,7 +202,7 @@ DENY .* -> contrib/python/pyrepl # because match with contrib/python/pycrypto ALLOW .* -> contrib/python/pycryptodome # pycrypto deprecated -ALLOW intranet/domenator/src -> contrib/python/pycrypto +ALLOW intranet/domenator/src -> contrib/python/pycrypto ALLOW intranet/yandex_directory/src -> contrib/python/pycrypto ALLOW addappter/backend -> contrib/python/pycrypto ALLOW adfox -> contrib/python/pycrypto @@ -376,8 +376,8 @@ ALLOW health/yamd/health_import -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW health/yamd/libs/data_layer -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW health/yamd/pills_postgresql_db/data_layer -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW infra/cores/app -> contrib/python/sqlalchemy/sqlalchemy-1.2 -ALLOW intranet/watcher/alembic -> contrib/python/sqlalchemy/sqlalchemy-1.2 -ALLOW intranet/watcher/src -> contrib/python/sqlalchemy/sqlalchemy-1.2 +ALLOW intranet/watcher/alembic -> contrib/python/sqlalchemy/sqlalchemy-1.2 +ALLOW intranet/watcher/src -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW intranet/domenator/migrations -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW intranet/trip/alembic -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW intranet/trip/src -> contrib/python/sqlalchemy/sqlalchemy-1.2 diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d6..0542aa494e 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -5899,7 +5899,7 @@ "releaser": { "formula": { "sandbox_id": [ - 1026890210 + 1026890210 ], "match": "releaser" }, |