From: Thomas Goirand Date: Mon, 23 Sep 2013 06:13:49 +0000 (+0800) Subject: Refresh patches. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=44d777313e926f896904519a475e52ed8998f4fa;p=openstack-build%2Fhorizon-build.git Refresh patches. Change-Id: Iac35bc7bcaac7baa62b7e3ef44ad50fa9d974fb7 Rewritten-From: 76d0be098e3320ce93a968755a507c7f4cea006b --- diff --git a/xenial/debian/patches/fix-dashboard-manage.patch b/xenial/debian/patches/fix-dashboard-manage.patch index bfc2ec5..1314038 100644 --- a/xenial/debian/patches/fix-dashboard-manage.patch +++ b/xenial/debian/patches/fix-dashboard-manage.patch @@ -2,13 +2,13 @@ Description: Adds /usr/share/openstack-dashboard in the search path for manage.p Author: Mehdi Abaakouk Forwarded: not-needed -Index: horizon-2012.2/manage.py +Index: horizon/manage.py =================================================================== ---- horizon-2012.2.orig/manage.py 2012-09-04 16:32:01.000000000 -0700 -+++ horizon-2012.2/manage.py 2012-09-04 16:32:52.250690667 -0700 +--- horizon.orig/manage.py 2013-09-23 14:11:14.000000000 +0800 ++++ horizon/manage.py 2013-09-23 14:13:36.000000000 +0800 @@ -5,6 +5,8 @@ - from django.core.management import execute_from_command_line + from django.core.management import execute_from_command_line # noqa +sys.path.append("/usr/share/openstack-dashboard") +