Re: [Openstack] Packaging Horizon

2012-09-18 Thread Matthias Runge
On 09/17/2012 07:50 PM, Clint Byrum wrote: Seems to me that packaging LESS would be pretty easy though, so I don't think this will be an issue in the long term. Including the compiled one is just a short-term solution. It's not less.js, but dependent node.js causing the problems. But as

Re: [Openstack] Packaging Horizon

2012-09-17 Thread Matthias Runge
On 09/14/2012 08:19 PM, Adam Gandelman wrote: We faced the same issue in Ubuntu [1]. Ended up compiling and compressing the CSS and JS at packaging time, shipping those + the manifest.json with the package and enabling COMPRESS_OFFLINE=True by default. Users who might want to make use of lessc

Re: [Openstack] Packaging Horizon

2012-09-17 Thread Matthias Runge
On 09/15/2012 05:25 AM, Thomas Goirand wrote: On Sat Sep 15 2012 03:55:09 AM CST, Gabriel Hurley gabriel.hur...@nebula.com wrote: Either way works, you just have to compile the file once and ship it in the distro package. For at least Debian, this would make the package non-free. Everything

Re: [Openstack] Packaging Horizon

2012-09-17 Thread Clint Byrum
Excerpts from Gabriel Hurley's message of 2012-09-14 20:40:25 -0700: Now I'm not well-versed in the legalese of all the distros, but that sounds like splitting hairs on the meaning of compiled from source. If I run it through LESS and commit the file to the repo does that make it from source?

Re: [Openstack] Packaging Horizon

2012-09-16 Thread Gabriel Hurley
, 2012 11:19 AM To: openstack@lists.launchpad.net Subject: Re: [Openstack] Packaging Horizon On 09/14/2012 05:06 AM, Matthias Runge wrote: Hi, currently, I'm trying to package horizon RC1 for Fedora. Since, Fedora does not have node.js included, and also doesn't have LESS included

Re: [Openstack] Packaging Horizon

2012-09-16 Thread Thomas Goirand
+gabriel.hurley=nebula@lists.launchpad.net] On Behalf Of Adam Gandelman Sent: Friday, September 14, 2012 11:19 AM To: openstack@lists.launchpad.net Subject: Re: [Openstack] Packaging Horizon On 09/14/2012 05:06 AM, Matthias Runge wrote: Hi, currently, I'm trying to package horizon RC1

[Openstack] Packaging Horizon

2012-09-14 Thread Matthias Runge
Hi, currently, I'm trying to package horizon RC1 for Fedora. Since, Fedora does not have node.js included, and also doesn't have LESS included, it won't work per default. Do you have suggestions for me? Thanks -- Matthias Runge mru...@matthias-runge.de mru...@fedoraproject.org

Re: [Openstack] Packaging Horizon

2012-09-14 Thread Ivan Kolodyazhny
Hi Matthias, Did you see official node.js guide( https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install it via package manager? Regards, Ivan Kolodyazhny, Web Developer, http://blog.e0ne.info/, http://notacash.com/, http://kharkivpy.org.ua/ On Fri, Sep 14, 2012

Re: [Openstack] Packaging Horizon

2012-09-14 Thread Matthias Runge
On 09/14/2012 02:29 PM, Ivan Kolodyazhny wrote: Hi Matthias, Did you see official node.js guide(https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) to install it via package manager? Hi Ivan, thank you for your answer. yes, I saw that; sadly, those packages are

Re: [Openstack] Packaging Horizon

2012-09-14 Thread Russell Bryant
On 09/14/2012 08:06 AM, Matthias Runge wrote: Hi, currently, I'm trying to package horizon RC1 for Fedora. Since, Fedora does not have node.js included, and also doesn't have LESS included, it won't work per default. Do you have suggestions for me? There was a lively debate about this

Re: [Openstack] Packaging Horizon

2012-09-14 Thread Adam Gandelman
On 09/14/2012 05:06 AM, Matthias Runge wrote: Hi, currently, I'm trying to package horizon RC1 for Fedora. Since, Fedora does not have node.js included, and also doesn't have LESS included, it won't work per default. Do you have suggestions for me? Thanks We faced the same issue in Ubuntu

Re: [Openstack] Packaging Horizon

2012-09-14 Thread Gabriel Hurley
@lists.launchpad.net Subject: Re: [Openstack] Packaging Horizon On 09/14/2012 05:06 AM, Matthias Runge wrote: Hi, currently, I'm trying to package horizon RC1 for Fedora. Since, Fedora does not have node.js included, and also doesn't have LESS included, it won't work per default. Do you