aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsobols <sobols@yandex-team.ru>2022-02-10 16:47:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:08 +0300
commit09961b69c61f471ddd594e0fd877df62a8021562 (patch)
tree54a7b60a9526a7104557a033eb0a8d70d64b604c /build
parent4ce8835206f981afa4a61915a49a21fb750416ec (diff)
downloadydb-09961b69c61f471ddd594e0fd877df62a8021562.tar.gz
Restoring authorship annotation for <sobols@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r--build/plugins/ytest.py4
-rw-r--r--build/rules/maps/maps.policy12
-rw-r--r--build/ymake.core.conf6
3 files changed, 11 insertions, 11 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py
index 8970837f0f..19ae7f3b0f 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 8abf3fbbd7..ce707f72e1 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 081833998b..5f9639b9e7 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=