forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yb_release_manifest.json
62 lines (62 loc) · 2.01 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"all": {
"%symlinks%": {
"bin/psql": "../postgres/bin/ysqlsh",
"bin/ysqlsh": "../postgres/bin/ysqlsh"
},
".": ["$BUILD_ROOT/version_metadata.json"],
"bin": [
"$BUILD_ROOT/bin/ldb",
"$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-master",
"$BUILD_ROOT/bin/yb-pbc-dump",
"$BUILD_ROOT/bin/yb-ts-cli",
"$BUILD_ROOT/bin/yb-tserver",
"$BUILD_ROOT/bin/yb-ysck",
"$BUILD_ROOT/bin/yb_load_test_tool",
"$BUILD_ROOT/postgres/bin/*",
"$THIRDPARTY_BUILD_SPECIFIC_DIR/bin/pprof",
"bin/bulk_load_cleanup.sh",
"bin/bulk_load_helper.sh",
"bin/configure",
"bin/log_cleanup.sh",
"bin/yb-check-consistency.py",
"bin/yb-check-failed-tablets.sh",
"bin/yb-prof.py",
"bin/yugabyted",
"build-support/post_install.sh",
"submodules/yugabyte-installation/bin/yb-ctl",
"thirdparty/installed/common/bin/redis-cli",
"thirdparty/installed/common/cqlsh/bin/cqlsh",
"thirdparty/installed/common/cqlsh/bin/cqlsh.py"
],
"lib": ["thirdparty/installed/common/cqlsh/lib/*"],
"postgres": ["$BUILD_ROOT/postgres/*"],
"pylib": ["thirdparty/installed/common/cqlsh/pylib/*"],
"share": [
"$BUILD_ROOT/share/initial_sys_catalog_snapshot",
"sample/*.sql"
],
"www": ["www/*"]
},
"cli": {
"%symlinks%": {
"bin/psql": "../postgres/bin/ysqlsh",
"bin/ysqlsh": "../postgres/bin/ysqlsh"
},
".": ["$BUILD_ROOT/version_metadata.json"],
"bin": [
"$BUILD_ROOT/postgres/bin/ysqlsh",
"build-support/post_install.sh",
"thirdparty/installed/common/bin/redis-cli",
"thirdparty/installed/common/cqlsh/bin/cqlsh",
"thirdparty/installed/common/cqlsh/bin/cqlsh.py"
],
"lib": ["thirdparty/installed/common/cqlsh/lib/*"],
"pylib": ["thirdparty/installed/common/cqlsh/pylib/*"]
}
}