Hi T.C. (and cc to nodejs@l.fp.o for interest),
I've come up with a solution that I didn't notice before that will allow us to package jQuery for f20/f19/el6. We still can't currently package js-zlib for those branches, but we can work around it by cutting the dependency tree a little short.
The heavily abbreviated dependency tree looks something like this:
grunt-contrib-uglify maxmin gzip-size js-zlib (cannot be packaged for f20/f19/el6)
grunt-contrib-uglify only uses maxmin for displaying the size of a file, the minified size, and the gzipped size. It's not such a big loss if we don't display the gzipped size, which is a tiny feature of grunt-contrib-uglify. This output is just informational after running "grunt uglify" to minify your project.
So, if I patch out the use of gzip-size in maxmin, then problem solved.
F20 update: http://ur1.ca/ha82k
F19 update: http://ur1.ca/ha82p
EL6 update (part of massive update): http://ur1.ca/ha835
Also, EL6 is broken without the massive update I linked above. Can some kind souls give a couple karma points please? That would be awesome.
Kind regards,
On Thu, May 8, 2014 at 11:55 PM, Jamie Nguyen j@jamielinux.com wrote:
Hi T.C. (and cc to nodejs@l.fp.o for interest),
I've come up with a solution that I didn't notice before that will allow us to package jQuery for f20/f19/el6. We still can't currently package js-zlib for those branches, but we can work around it by cutting the dependency tree a little short.
Thanks so much for your help with this!
The jquery packages are now ready for review: https://bugzilla.redhat.com/show_bug.cgi?id=1078364 https://bugzilla.redhat.com/show_bug.cgi?id=1078368 https://bugzilla.redhat.com/show_bug.cgi?id=1078371 https://bugzilla.redhat.com/show_bug.cgi?id=1103414
Also, EL6 is broken without the massive update I linked above. Can some kind souls give a couple karma points please? That would be awesome.
I coaxed bodhi into pushing this stable last night. Hopefully everything's good there now.
-T.C.
nodejs@lists.fedoraproject.org