mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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/*"],
|
||
|
))
|