https://bugzilla.redhat.com/show_bug.cgi?id=1670656 --- Comment #31 from Mark Goodwin <mgoodwin@xxxxxxxxxx> --- (In reply to Elliott Sales de Andrade from comment #30) > Builds are there for all versions: > https://koji.fedoraproject.org/koji/packageinfo?packageID=28148 > > If you're on copr, you probably need to wait for the Rawhide compose that > finally finished to be synced out to mirrors. it's there now and my grafana-6.01 build is now working for rawhide, thanks > > BTW, is there a way for the webpack to be unminified in the source tarball > (and then combined in the rpm build)? the fully populated node_modules directory built by make_webpack.sh (prior to minifying it into the webpack) is 443MB, which compresses down to 71MB. The resulting webpack is 30MB, compressing down to 5.6MB. So shipping node_modules in the Source tarball would result in a huge SRPM. In addition, I had great difficulty getting the grunt tasks that build the webpack to work without network access enabled in the build - against Fedora policy. So what you're asking is probably feasible (with a lot of effort), but not really practical. For the golang deps, I have a copr build of golang-github-go-stack-stack at https://copr.fedorainfracloud.org/coprs/mgoodwin/golang-github-go-stack-stack/ and this is now unbundled and being pulled in via BuildRequires for the grafana build at https://copr.fedorainfracloud.org/coprs/mgoodwin/grafana I'm going to continue with this process for the remaining golang vendor/bundled deps that are not yet in Fedora .. hopefully this will get somewhere :P Cheers -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx