]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
* Uploading to unstable.
authorThomas Goirand <thomas@goirand.fr>
Fri, 16 Oct 2015 07:22:24 +0000 (07:22 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 16 Oct 2015 07:22:24 +0000 (07:22 +0000)
  * Disabled apache config properly on removal.

Rewritten-From: 110965c2d487d4237fdb65bb2d5e38344396d067

xenial/debian/changelog
xenial/debian/openstack-dashboard-apache.prerm

index e60a0c58b1e6f94b4a6cb62a3b820fa8f0634287..7cacfbf80e64e161a14fd526086451d4dd3eb9ab 100644 (file)
@@ -1,3 +1,10 @@
+horizon (2:8.0.0-2) unstable; urgency=medium
+
+  * Uploading to unstable.
+  * Disabled apache config properly on removal.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2015 07:21:51 +0000
+
 horizon (2:8.0.0-1) experimental; urgency=medium
 
   * New upstream release.
index bfaf71baa0119cc5f25c1eea8782e8eb9e9b79fe..a11c190e5056c0a622abd0aeb98292939aa9ba7c 100644 (file)
@@ -3,7 +3,7 @@
 set -e
 
 if [ -x /usr/sbin/a2dissite ] ; then
-       for i in openstack-dashboard openstack-dashboard-ssl-redirect openstack-dashboard-ssl ; do
+       for i in openstack-dashboard openstack-dashboard-ssl-redirect openstack-dashboard-ssl openstack-dashboard-alias-only.conf openstack-dashboard.conf openstack-dashboard-ssl.conf openstack-dashboard-ssl-redirect.conf ; do
                if [ -L /etc/apache2/sites-enabled/${i} ] ; then
                        a2dissite ${i} || true
                fi