blob: 8e43dea7e52a53a0b462583fd9d43ecd7c2536be [file] [log] [blame]
sh_binary(
name = "fetch_shas",
srcs = ["fetch_shas.sh"],
tags = ["manual"],
)
filegroup(
name = "collect_coverage",
srcs = ["collect_coverage.sh"],
visibility = ["//visibility:public"],
)
filegroup(
name = "distro",
srcs = glob([
"*.txt",
]) + [
"BUILD.bazel",
"fetch_shas.sh",
":collect_coverage",
"//util/dir_zipper:distro",
"//util/import:distro",
"//util/label:distro",
"//util/process_wrapper:distro",
],
visibility = ["//:__subpackages__"],
)