We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be nice to have something to merge various fileTypes. For example, to produce a file which is both CONFIG and NOREPLACE, have to write:
fileType = new org.freecompany.redline.payload.Directive(org.freecompany.redline.payload.Directive.RPMFILE_CONFIG | org.freecompany.redline.payload.Directive.RPMFILE_NOREPLACE)
that's way too verbose... Perhaps overloading | (OR) operator for Directive makes sense? this would produce CONFIG | NOREPLACE
The text was updated successfully, but these errors were encountered:
Merge pull request #27 from AlanKrueger/master
8cce7bc
address #18 by injecting a Directive.or metaclass method
Cloudbees should automatically detect the above change and produce a 1.4 snapshot build, if I've configured it properly.
Sorry, something went wrong.
Hrm, automated build failed for some odd reason and now it doesn't appear to be uploading shapshots automatically. I manually uploaded a snapshot to https://oss.sonatype.org/content/repositories/snapshots/com/trigonic/gradle-rpm-plugin/1.4-SNAPSHOT/ can you take a look to see if it works for you?
No branches or pull requests
Would be nice to have something to merge various fileTypes. For example, to produce a file which is both CONFIG and NOREPLACE, have to write:
that's way too verbose... Perhaps overloading | (OR) operator for Directive makes sense? this would produce CONFIG | NOREPLACE
The text was updated successfully, but these errors were encountered: