forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yb_release_manifest.json
32 lines (32 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
{
"www": ["www/*"],
"bin": ["build-support/post_install.sh",
"build/latest/bin/yb-admin",
"build/latest/bin/yb-pbc-dump",
"build/latest/bin/yb-master",
"build/latest/bin/yb-tserver",
"build/latest/bin/yb-fs_dump",
"build/latest/bin/yb-fs_list",
"build/latest/bin/yb-ysck",
"build/latest/bin/yb-ts-cli",
"build/latest/bin/yb-redisserver",
"build/latest/bin/yb-cqlserver",
"build/latest/bin/log-dump",
"build/latest/bin/yb_load_test_tool",
"bin/bulk_load_helper.sh",
"bin/bulk_load_cleanup.sh",
"bin/configure",
"bin/yb-ctl",
"build/latest/bin/yb-generate_partitions_main",
"build/latest/bin/yb-bulk_load",
"thirdparty/installed/uninstrumented/bin/*",
"thirdparty/installed/common/bin/redis-cli",
"thirdparty/build/common/cqlsh/bin/*"],
"lib" : ["thirdparty/build/common/cqlsh/lib/*"],
"pylib" : ["thirdparty/build/common/cqlsh/pylib/*"],
"java" : ["java/yb-cli/target/yb-cli-0.8.0-SNAPSHOT.jar",
"java/yb-loadtester/target/yb-sample-apps.jar",
"java/yb-loadtester/target/yb-sample-apps-sources.jar"],
"java/lib" : ["java/yb-cli/target/lib/*.jar",
"java/yb-loadtester/target/lib/*.jar"]
}