diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-09-01 14:57:00 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-09-01 15:31:01 +0300 |
commit | c222002a85d84faff17bbdb211e1fdb9b4139dae (patch) | |
tree | 1d77d27eff057be652648eec1631292459662314 /.mapping.json | |
parent | f5df2829d91dd132d99522fc0a2c84d7b9b889d2 (diff) | |
download | ydb-c222002a85d84faff17bbdb211e1fdb9b4139dae.tar.gz |
[devtools/contrib/piglet/projects/ydb/config.yaml] Setup opensource version of ya make in ydb's github repo
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.mapping.json b/.mapping.json index 45b8a0ef34..5e2660d705 100644 --- a/.mapping.json +++ b/.mapping.json @@ -43,9 +43,13 @@ "ROADMAP.md":"ydb/github_toplevel/ROADMAP.md", "SECURITY.md":"ydb/github_toplevel/SECURITY.md", "build/internal/conf/internal.conf":"ydb/github_toplevel/build/internal/conf/internal.conf", + "build/mapping.conf.json":"devtools/ya/opensource/mapping.conf.json", + "build/ya.conf.json":"devtools/ya/opensource/ya.conf.json", "clang.toolchain":"ydb/github_toplevel/clang.toolchain", "generate_cmake":"ydb/github_toplevel/generate_cmake", "go.mod":"ydb/github_toplevel/go.mod", "go.sum":"ydb/github_toplevel/go.sum", - "scripts/generate_dump.sh":"ydb/github_toplevel/scripts/generate_dump.sh" + "scripts/generate_dump.sh":"ydb/github_toplevel/scripts/generate_dump.sh", + "ya":"devtools/ya/opensource/ya", + "ya.conf":"devtools/ya/opensource/ya.conf" }
\ No newline at end of file |