constellation/cli/internal/libvirt/etc/BUILD.bazel

9 lines
150 B
Python
Raw Normal View History

filegroup(
name = "passwd_db",
srcs = glob(
["**/*"],
exclude = ["BUILD"],
),
visibility = ["//visibility:public"],
)