Spencer Allain

Results 4 comments of Spencer Allain

Just to ensure I understood the issue, and try some permutations on possible workarounds, I attempted to recreate the issue as stated, but at least with a local built master...

So /opt/test is considered "built-in" then on your system. There was a recent enhancement just made to the underlying redline-rpm library that makes it safe to specify built-in directories on...

Outside of any tasks: import org.redline_rpm.payload.Contents Contents.addBuiltinDirectory('opt/test') Warning. In the future, this will break with newer versions of redline-rpm (yet to be released) which remove the static method.

Ah. Forgot that it's using an older version of the redline classes. This used to work in some of the gradle 1.x versions (at least 1.10 and prior). It's possible...