https://bugzilla.redhat.com/show_bug.cgi?id=1666493
Felix Schwarz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Felix Schwarz <[email protected]> --- (In reply to Michael.Zhang from comment #5) > From your previous comment of: > - "It is forbidden to ship jar files directly:" > > I'm assuming you wish for us to incorporate the jar building process into > our travis build process. So there are 2 ways we can go about this: > > (1) call rpmbuild - which would then have to call gradle inside to build > straight from the source and package as rpm all in 1 rpm command > (2) call gradle to build the necessary jars then call rpmbuild to package > the contents into a rpm > > We would much rather prefer the 2nd option as it is easier and more > convenient on our end. Not sure if I understood you correctly but Fedora's build process can not use pre-built binaries (even if you build them transparently on Travis). The full build process (including *all* dependencies) must be in Fedora. All sources must be included in your source rpm (or rpm dependencies) you must not download anything from the internet during your builds. (And you judging from the size of the OpenLiberty download packaging it for Fedora will be quite a bit of work.) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
