diff options
author | smishin <smishin@yandex-team.ru> | 2022-02-10 16:51:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:05 +0300 |
commit | 1d1836dbb340754fec7886a51c9774a3df5aefe5 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build | |
parent | b416e76a260727c68d4301977966cfae384c2a23 (diff) | |
download | ydb-1d1836dbb340754fec7886a51c9774a3df5aefe5.tar.gz |
Restoring authorship annotation for <smishin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/ya.conf.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index d4e7b3ba62..5f7cc875d6 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -284,9 +284,9 @@ "crypta": { "description": "Run Crypta client" }, - "apphost": { - "description": "Run local apphost instance" - }, + "apphost": { + "description": "Run local apphost instance" + }, "renderer": { "description": "Run local renderer instance" }, @@ -4690,28 +4690,28 @@ } ] }, - "apphost": { - "tools": { - "apphost": { - "bottle": "apphost", - "executable": "app_host_launcher" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - }, - { - "host": { - "os": "DARWIN" - }, - "default": true - } - ] - }, + "apphost": { + "tools": { + "apphost": { + "bottle": "apphost", + "executable": "app_host_launcher" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + } + ] + }, "renderer": { "tools": { "renderer": { @@ -7326,17 +7326,17 @@ ] } }, - "apphost": { - "formula": { + "apphost": { + "formula": { "sandbox_id": 1210601039, - "match": "app_host_launcher" - }, - "executable": { - "app_host_launcher": [ - "app_host_launcher" - ] - } - }, + "match": "app_host_launcher" + }, + "executable": { + "app_host_launcher": [ + "app_host_launcher" + ] + } + }, "renderer": { "formula": { "sandbox_id": [ |