Dj Gilcrease
Dj Gilcrease
I would say add a `FilesTar string` to [Overridables](https://github.com/goreleaser/nfpm/blob/master/nfpm.go#L136) make sure it is mutually exclusive with the `Files []string` then update [deb/createDataTarGz](https://github.com/goreleaser/nfpm/blob/master/deb/deb.go#L91) to use the passed in `FilesTar` if set...
would very much like this to be supported as well
Added a possible solution that worked for my needs in pull request #23 I had several groups of related cache items cached via the cache_it decorator, that would all need...
This creates output that looks like ```xml ```
Will take a look at these issue this week.