From: Ghe Rivero Date: Sun, 29 Jan 2012 09:26:06 +0000 (+0100) Subject: Added manage.py to openstack-dashboard pkg X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e9f751f34d50a6f57d590b90a2cb6c44f1b436c8;p=openstack-build%2Fhorizon-build.git Added manage.py to openstack-dashboard pkg Rewritten-From: dc8350404f4695278ab7100bdea9b9f5354128e3 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index a527532..99511f8 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +horizon (2012.1~e3-3) unstable; urgency=low + + * Added manage.py to openstack-dashboard pkg + + -- Ghe Rivero Sun, 29 Jan 2012 10:26:12 +0100 + horizon (2012.1~e3-2) unstable; urgency=low *Fixed typo in libjs-jquery diff --git a/trusty/debian/rules b/trusty/debian/rules index e81afe8..b0f9097 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -27,6 +27,9 @@ override_dh_auto_install: install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard cp $(CURDIR)/openstack-dashboard/local/local_settings.py.example \ $(CURDIR)/debian/tmp/etc/openstack-dashboard/settings.py + cp $(CURDIR)/openstack-dashboard/manage.py \ + $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/manage.py + ln -s /etc/openstack-dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/local/local_settings.py override_dh_auto_clean: