Codebase list rabbitmq-server / 3.10.8-1.1 BUILD.bats
3.10.8-1.1

Tree @3.10.8-1.1 (Download .tar.gz)

BUILD.bats @3.10.8-1.1raw · history · blame

1
2
3
4
5
6
7
8
filegroup(
    name = "bin_dir",
    srcs = glob([
        "bin/**/*",
        "libexec/**/*",
    ]),
    visibility = ["//visibility:public"],
)