diff options
author | sobols <sobols@yandex-team.ru> | 2022-02-10 16:47:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:08 +0300 |
commit | 03335cb18337a0ef51966452a66a69b01abea218 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /build | |
parent | 09961b69c61f471ddd594e0fd877df62a8021562 (diff) | |
download | ydb-03335cb18337a0ef51966452a66a69b01abea218.tar.gz |
Restoring authorship annotation for <sobols@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/plugins/ytest.py | 4 | ||||
-rw-r--r-- | build/rules/maps/maps.policy | 12 | ||||
-rw-r--r-- | build/ymake.core.conf | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 19ae7f3b0f6..8970837f0f8 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -10,7 +10,7 @@ import lib._metric_resolvers as mr import _test_const as consts import _requirements as reqs import StringIO -import subprocess +import subprocess import collections import ymake @@ -1024,7 +1024,7 @@ def onsetup_pytest_bin(unit, *args): def onrun(unit, *args): exectest_cmd = unit.get(["EXECTEST_COMMAND_VALUE"]) or '' - exectest_cmd += "\n" + subprocess.list2cmdline(args) + exectest_cmd += "\n" + subprocess.list2cmdline(args) unit.set(["EXECTEST_COMMAND_VALUE", exectest_cmd]) diff --git a/build/rules/maps/maps.policy b/build/rules/maps/maps.policy index ce707f72e10..8abf3fbbd77 100644 --- a/build/rules/maps/maps.policy +++ b/build/rules/maps/maps.policy @@ -29,11 +29,11 @@ ALLOW netsys/tiles-vcdiff/gen-tiles -> maps/libs/deprecated/localeutils # Use maps/libs/geolib instead ALLOW maps/streetview/backoffice/lib -> maps/libs/deprecated/coordtrans_pymod -# Use std::chrono or util/datetime instead -ALLOW maps/analyzer -> maps/libs/deprecated/boost_time -ALLOW maps/routing -> maps/libs/deprecated/boost_time -ALLOW maps/tools/naviguide/lib -> maps/libs/deprecated/boost_time - +# Use std::chrono or util/datetime instead +ALLOW maps/analyzer -> maps/libs/deprecated/boost_time +ALLOW maps/routing -> maps/libs/deprecated/boost_time +ALLOW maps/tools/naviguide/lib -> maps/libs/deprecated/boost_time + # Stop spreading deprecated stuff ALLOW maps/libs/deprecated -> maps/libs/deprecated DENY .* -> maps/libs/deprecated @@ -50,7 +50,7 @@ ALLOW .* -> maps/libs/http ALLOW .* -> maps/libs/json ALLOW .* -> maps/libs/nirvana ALLOW .* -> maps/libs/local_postgres -ALLOW .* -> maps/libs/locale +ALLOW .* -> maps/libs/locale ALLOW .* -> maps/libs/pgpool ALLOW .* -> maps/libs/s3mds ALLOW .* -> maps/libs/sql_chemistry diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 5f9639b9e70..081833998b8 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5858,7 +5858,7 @@ macro _SRC("gztproto", SRC, SRCFLAGS...) { # _PROTO__INCLUDE is before ARCADIA_ROOT in includes because in gazetteer we don't use builtins now and paths'canonization (resolving) depends on order of roots. # descriptor.proto must be resolved as google/protobuf/descriptor.proto .CMD=${tool:"dict/gazetteer/converter"} -I$PROTOBUF_PATH ${pre="-I":_PROTO__INCLUDE} -I$ARCADIA_ROOT ${SRCFLAGS} ${input:SRC} ${output;nopath;noext;norel:SRC.proto} ${kv;hide:"p GZ"} ${kv;hide:"pc yellow"} - .PEERDIR=kernel/gazetteer/proto + .PEERDIR=kernel/gazetteer/proto } # tag:src-processing @@ -6089,8 +6089,8 @@ otherwise { # tag:src-processing macro _SRC("po", SRC, SRCFLAGS...) { .CMD=$YMAKE_PYTHON ${input:"contrib/tools/python/src/Tools/i18n/msgfmt.py"} -o $_MO_OUTPUT ${input:SRC} -} - +} + # tag:ydl-specific YDL_FLAGS= --force-color -I ${ARCADIA_ROOT} YDL_DESC_FLAGS= |