mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-11 08:54:21 -05:00
11 lines
175 B
Smarty
11 lines
175 B
Smarty
|
filegroup(
|
||
|
name = "repo",
|
||
|
srcs = glob(["*.rpm", "repodata/*"]),
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|
||
|
|
||
|
exports_files(glob(
|
||
|
["*.rpm"],
|
||
|
["repodata/*"],
|
||
|
))
|