forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yb_release_manifest.json
91 lines (91 loc) · 2.93 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"yugabyte": {
"%symlinks%": {
"bin/ysqlsh": "../postgres/bin/ysqlsh"
},
".": [
"$BUILD_ROOT/auto_flags.json",
"$BUILD_ROOT/master_flags.xml",
"$BUILD_ROOT/tserver_flags.xml",
"$BUILD_ROOT/version_metadata.json"
],
"bin": [
"$BUILD_ROOT/bin/ldb",
"$BUILD_ROOT/bin/log-dump",
"$BUILD_ROOT/bin/odyssey",
"$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/gobin/yugabyted-ui",
"$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/yugabyted",
"bin/openssl_proxy.sh",
"build-support/post_install.sh",
"scripts/installation/bin/fips_install.sh",
"scripts/installation/bin/yb-ctl",
"thirdparty/installed/common/bin/openssl",
"thirdparty/installed/common/bin/redis-cli",
"thirdparty/installed/common/cqlsh/bin/cqlsh",
"thirdparty/installed/common/cqlsh/bin/ycqlsh",
"thirdparty/installed/common/cqlsh/bin/ycqlsh.py"
],
"lib": [
"thirdparty/installed/common/cqlsh/lib/*",
"thirdparty/installed/common/lib/ossl-modules"
],
"postgres": ["$BUILD_ROOT/postgres/*"],
"pylib": ["thirdparty/installed/common/cqlsh/pylib/*"],
"share": [
"$BUILD_ROOT/share/initial_sys_catalog_snapshot",
"$BUILD_ROOT/share/ysql_conn_mgr.template.conf",
"$BUILD_ROOT/share/ysql_migrations",
"sample/*.sql",
"Linux-only:https://downloads.yugabyte.com/ybc/2.0.0.0-b19/ybc-2.0.0.0-b19-${YBCOS}-${ARCH}.tar.gz"
],
"tools": [
"bin/yb-prof.py",
"bin/print_stacks.sh",
"bin/yb-check-failed-tablets.sh",
"scripts/k8s_preflight.py",
"scripts/k8s_parent.py",
"scripts/k8s_ybc_parent.py"
],
"www": ["www/*"]
},
"yugabyte-client": {
"%symlinks%": {
"bin/ysqlsh": "../postgres/bin/ysqlsh"
},
".": ["$BUILD_ROOT/version_metadata.json"],
"bin": [
"$BUILD_ROOT/postgres/bin/ysqlsh",
"build-support/post_install.sh",
"scripts/installation/bin/fips_install.sh",
"thirdparty/installed/common/bin/openssl",
"thirdparty/installed/common/bin/redis-cli",
"thirdparty/installed/common/cqlsh/bin/cqlsh",
"thirdparty/installed/common/cqlsh/bin/ycqlsh",
"thirdparty/installed/common/cqlsh/bin/ycqlsh.py"
],
"lib": [
"thirdparty/installed/common/cqlsh/lib/*",
"thirdparty/installed/common/lib/ossl-modules"
],
"pylib": ["thirdparty/installed/common/cqlsh/pylib/*"],
"share": [
"sample/*.sql"
]
}
}