Comment 5 for bug 1130610

Revision history for this message
David Lyle (david-lyle) wrote :

Ok, more digging... and the root cause of this error is the use of python-django-compressor-1.1.2 rather that python-django-compressor-1.2. There is a bug fix in version 1.2 that handles the '+ ++' syntax compression problem. The version posted to PyPi is 1.2 which is why this is not seen in development environment builds. There is no python-django-compressor default package for Precise and for Quantal and Raring the version is still 1.1.2. The nightly testing also only has 1.1.2 in the ppa: http://ppa.launchpad.net/openstack-ubuntu-testing/grizzly-trunk-testing/ubuntu/pool/main/p/python-django-compressor/

I can pull in a 1.2 package for a local mirror, but that doesn't solve the larger problem of installing on ubuntu of any flavor via .deb packages and no supported ppa to pull from.

So do we band-aid fix this in horizon? https://review.openstack.org/23305

Move the offending file out of the {% compress js %} tag

Upload a new .deb package to a supported ppa?