Copying the same file under different names in the yaml

Christian Ehrhardt christian.ehrhardt at canonical.com
Tue Aug 9 15:57:34 UTC 2016


On Tue, Aug 9, 2016 at 5:50 PM, Cemil Azizoglu <cemil.azizoglu at canonical.com
> wrote:

>   wrappers:
>     plugin: copy
>     files:
>       file.wrapper: A
>       file.wrapper: B
>

There might be something better, but what about this?:

  wrappersA:
    plugin: copy
    files:
      file.wrapper: A
  wrappersB:
    plugin: copy
    files:
      file.wrapper: B


-- 
Christian Ehrhardt
Software Engineer, Ubuntu Server
Canonical Ltd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/snapcraft/attachments/20160809/2204f0a6/attachment.html>


More information about the Snapcraft mailing list