diff options
author | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-08-14 10:24:33 +0300 |
---|---|---|
committer | robot-ya-builder <robot-ya-builder@yandex-team.com> | 2023-08-14 11:42:52 +0300 |
commit | 3e43e9be67fe0ce6bba135c59c9f7054abab3db6 (patch) | |
tree | 0e21a635375a62025f53737d1aab28bd5d7b6bde | |
parent | 00b0b9320087f944b944550edb8d64d68d2c4af0 (diff) | |
download | ydb-3e43e9be67fe0ce6bba135c59c9f7054abab3db6.tar.gz |
Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3
Да! Теперь решено. Без возврата
Переходим на третий питон.
Уж не будет во всех строках байта
Про six забудем как про страшный сон.
Старый код наш давно ссутулился
А graph.py уж почти издох
На peerdir-ных ябиновых улицах
Кодить, знать, рассудил мне Бог…
From hash: [2f3c89706f7dc168ebfc2a02047eddab74bbbc70](https://a.yandex-team.ru/arcadia/commit/2f3c89706f7dc168ebfc2a02047eddab74bbbc70)
From revision: [12158530](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=204)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ya_bin3, ya_bin, test_tool, test_tool3
-rwxr-xr-x | ya | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,11 +23,11 @@ import sys import platform import json -URLS = ['https://proxy.sandbox.yandex-team.ru/4882730413', 'https://storage.yandex-team.ru/get-devtools/1130705/28c7826392a8d0a59042db9c500d9c30/by_platform.json'] -MD5 = '28c7826392a8d0a59042db9c500d9c30' +URLS = ['https://proxy.sandbox.yandex-team.ru/4910542326', 'https://storage.yandex-team.ru/get-devtools/1942671/64e25bd1bfaf98ac60ca046793bd2100/by_platform.json'] +MD5 = '64e25bd1bfaf98ac60ca046793bd2100' -URLS3 = ['https://proxy.sandbox.yandex-team.ru/4882761679', 'https://storage.yandex-team.ru/get-devtools/1937150/3a2f67dabe05b9e1ee92d0bf6367df46/by_platform.json'] -MD53 = '3a2f67dabe05b9e1ee92d0bf6367df46' +URLS3 = ['https://proxy.sandbox.yandex-team.ru/4910548121', 'https://storage.yandex-team.ru/get-devtools/1809005/bb466a0bd1bc53f76e2db2ef0dbbac06/by_platform.json'] +MD53 = 'bb466a0bd1bc53f76e2db2ef0dbbac06' DEFAULT_PY_VER = 2 |