Would it be possible to support output groups in copy_file? For example, to copy the tar generated by oci_load the user uses a filegroup and then a genrule (or copy_file). If copy_file could support output groups then these 2 steps could be merged into 1.
Would it be possible to support output groups in
copy_file
? For example, to copy the tar generated byoci_load
the user uses afilegroup
and then agenrule
(orcopy_file
). Ifcopy_file
could support output groups then these 2 steps could be merged into 1.The idea is to replace something like:
with something like: