From: Mikhail Ivanov Date: Fri, 13 Nov 2015 14:51:28 +0000 (+0300) Subject: Just rebuild horizon X-Git-Tag: mos-9.0~12 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a5145cb87b776044dbfacd955f7807ea2de0b0d7;p=openstack-build%2Fhorizon-build.git Just rebuild horizon Rebuild horizon, because packages are absent in our repos Change-Id: I391cb3a2bafdc8e01996733685933b88f51a4366 --- diff --git a/centos7/rpm/SPECS/python-django-horizon.spec b/centos7/rpm/SPECS/python-django-horizon.spec index 06b2f4a..c6cad60 100644 --- a/centos7/rpm/SPECS/python-django-horizon.spec +++ b/centos7/rpm/SPECS/python-django-horizon.spec @@ -252,7 +252,6 @@ sed -i "/^COMPRESS_PARSER = .*/a COMPRESS_OFFLINE = True" openstack_dashboard/se sed -i 's:COMPRESS_OFFLINE.=.False:COMPRESS_OFFLINE = True:' openstack_dashboard/settings.py - %build # compile message strings cd horizon && django-admin compilemessages && cd ..