aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwhite <white@yandex-team.ru>2022-02-10 16:48:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:33 +0300
commit1deec8a9c76e6e1de330b5f0e86ec314e8bc6424 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /build
parent07e605281b8668ee96be851c998bc8220c2ba70d (diff)
downloadydb-1deec8a9c76e6e1de330b5f0e86ec314e8bc6424.tar.gz
Restoring authorship annotation for <white@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r--build/ymake.core.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 99546d0739..081833998b 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -4984,12 +4984,12 @@ macro JAR_EXCLUDE(Filters...) {
###
### Multimodule describing Sandbox task (Python code that can be executed by Sandbox system).
###
-### When being a final target, this multimodule builds Sandbox binary task. It may PEERDIR other SANDBOX_TASKs as libraries.
-### The final artifact is provided when SANDBOX_TASK is referred to by DEPENDS and BUNDLE macros.
+### When being a final target, this multimodule builds Sandbox binary task. It may PEERDIR other SANDBOX_TASKs as libraries.
+### The final artifact is provided when SANDBOX_TASK is referred to by DEPENDS and BUNDLE macros.
### As PEERDIR target, it works like regular PY2_LIBRARY with predefined dependencies on Sandbox SDK to allow code reuse among SANDBOX_TASKs.
###
### Currently Sandbox supports only Python 2.x, so both variants will be compatible only with Python 2.x modules
-### and will select multimodule variants accordingly.
+### and will select multimodule variants accordingly.
###
### Documentation: https://wiki.yandex-team.ru/sandbox/tasks/binary
multimodule SANDBOX_TASK {