diff options
author | avtumanova <avtumanova@yandex-team.ru> | 2022-02-10 16:51:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:53 +0300 |
commit | 964bcd180ab573246a30e7639e0fd987b4f1ac7b (patch) | |
tree | a3d4f366df7b04fae0f940c19ba6195a2eab7c24 /build | |
parent | 46a26df237eb37f29f182fe188f07c33ee773a64 (diff) | |
download | ydb-964bcd180ab573246a30e7639e0fd987b4f1ac7b.tar.gz |
Restoring authorship annotation for <avtumanova@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/ya.conf.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 5f7cc875d6..33eda4118c 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -290,9 +290,9 @@ "renderer": { "description": "Run local renderer instance" }, - "appteka": { - "description": "Run local appteka instance" - }, + "appteka": { + "description": "Run local appteka instance" + }, "news": { "description": "Run news team tools" }, @@ -4734,28 +4734,28 @@ } ] }, - "appteka": { - "tools": { - "appteka": { - "bottle": "appteka", - "executable": "appteka" - } - }, - "platforms": [ - { - "host": { - "os": "LINUX" - }, - "default": true - }, - { - "host": { - "os": "DARWIN" - }, - "default": true - } - ] - }, + "appteka": { + "tools": { + "appteka": { + "bottle": "appteka", + "executable": "appteka" + } + }, + "platforms": [ + { + "host": { + "os": "LINUX" + }, + "default": true + }, + { + "host": { + "os": "DARWIN" + }, + "default": true + } + ] + }, "news": { "tools": { "news": { @@ -7351,20 +7351,20 @@ ] } }, - "appteka": { - "formula": { - "sandbox_id": [ - 1210417586, - 1210425679 - ], - "match": "appteka" - }, - "executable": { - "appteka": [ - "appteka/appteka" - ] - } - }, + "appteka": { + "formula": { + "sandbox_id": [ + 1210417586, + 1210425679 + ], + "match": "appteka" + }, + "executable": { + "appteka": [ + "appteka/appteka" + ] + } + }, "news": { "formula": { "sandbox_id": 1088628929, |