forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yb_release_manifest.json
37 lines (37 loc) · 1.34 KB
/
yb_release_manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
".": ["$BUILD_ROOT/version_metadata.json",
"bin/yugabyte-db"],
"postgres": ["$BUILD_ROOT/postgres/*"],
"www": ["www/*"],
"bin": ["bin/bulk_load_cleanup.sh",
"bin/bulk_load_helper.sh",
"bin/configure",
"submodules/yugabyte-installation/bin/yb-ctl",
"bin/yb-prof.py",
"$BUILD_ROOT/bin/log-dump",
"$BUILD_ROOT/bin/sst_dump",
"$BUILD_ROOT/bin/yb-admin",
"$BUILD_ROOT/bin/yb-bulk_load",
"$BUILD_ROOT/bin/yb-generate_partitions_main",
"$BUILD_ROOT/bin/yb_load_test_tool",
"$BUILD_ROOT/bin/yb-master",
"$BUILD_ROOT/bin/yb-pbc-dump",
"$BUILD_ROOT/bin/yb-ts-cli",
"$BUILD_ROOT/bin/yb-tserver",
"$BUILD_ROOT/bin/yb-ysck",
"build-support/post_install.sh",
"thirdparty/installed/common/cqlsh/bin/cqlsh",
"thirdparty/installed/common/cqlsh/bin/cqlsh.py",
"thirdparty/installed/common/bin/redis-cli",
"$THIRDPARTY_BUILD_SPECIFIC_DIR/bin/pprof"],
"lib" : ["thirdparty/installed/common/cqlsh/lib/*"],
"pylib" : ["thirdparty/installed/common/cqlsh/pylib/*"],
"share": [
"$BUILD_ROOT/share/initial_sys_catalog_snapshot",
"sample/*.sql"
],
"%symlinks%": {
"bin/ysqlsh": "../postgres/bin/ysqlsh",
"bin/psql": "../postgres/bin/ysqlsh"
}
}