blob: 58f8cdc174fd637570c04a1a8c67ff323d0a4669 [file] [log] [blame]
Brian Silvermanaf485d62015-10-12 00:37:14 -04001py_binary(
Austin Schuh71f6fa72019-08-31 18:23:02 -07002 name = "downloader",
3 srcs = [
4 "downloader.py",
5 ],
6 data = [
7 "@rsync",
8 "@ssh",
9 "@ssh//:scp",
10 ],
Philipp Schraderdada1072020-11-24 11:34:46 -080011 target_compatible_with = ["@platforms//os:linux"],
Austin Schuh71f6fa72019-08-31 18:23:02 -070012 visibility = ["//visibility:public"],
Brian Silvermanaf485d62015-10-12 00:37:14 -040013)