aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
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
commit07e605281b8668ee96be851c998bc8220c2ba70d (patch)
tree14c590b0277ba15d8669b1fb95a9d569ad542b01 /build/ymake.core.conf
parent16f3ded9aa6b0b02d9f8cc630aa479992674b434 (diff)
downloadydb-07e605281b8668ee96be851c998bc8220c2ba70d.tar.gz
Restoring authorship annotation for <white@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/ymake.core.conf')
-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 081833998b..99546d0739 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 {