diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-06-11 10:24:31 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-11 12:06:40 -0400 |
commit | 4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457 (patch) | |
tree | c3ab815e90ae716c1d5b87b26fd2a66d7f8d6ec1 /meta-openstack/recipes-devtools/python/python-horizon/horizon-use-full-package-path-to-test-directories.patch | |
parent | 8067b919eb28c8e9b917b63b32dd90f6c5feef29 (diff) | |
download | meta-cloud-services-4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457.tar.gz |
housekeeping: patch refresh
Bitbake now prints warnings when a patch is successfully applied but
there is fuzz or an offset. The following refreshes patches for
several packages which report warnings when openstack-image-controller
is built.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon/horizon-use-full-package-path-to-test-directories.patch')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon/horizon-use-full-package-path-to-test-directories.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon/horizon-use-full-package-path-to-test-directories.patch b/meta-openstack/recipes-devtools/python/python-horizon/horizon-use-full-package-path-to-test-directories.patch index e5e1966..ea29a16 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon/horizon-use-full-package-path-to-test-directories.patch +++ b/meta-openstack/recipes-devtools/python/python-horizon/horizon-use-full-package-path-to-test-directories.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 89aa2a575687013f4b4f4d4353c50af1de4c26ba Mon Sep 17 00:00:00 2001 | 1 | From 16f66dec1dc9e7c98cc5d6d0099a7865bf5b8e71 Mon Sep 17 00:00:00 2001 |
2 | From: Keith Holman <Keith.Holman@windriver.com> | 2 | From: Keith Holman <Keith.Holman@windriver.com> |
3 | Date: Fri, 30 May 2014 11:58:33 -0400 | 3 | Date: Fri, 30 May 2014 11:58:33 -0400 |
4 | Subject: [PATCH] horizon: use full package path to test directories | 4 | Subject: [PATCH] horizon: use full package path to test directories |
@@ -15,15 +15,16 @@ within the build recipe with the full path to the python site | |||
15 | packages. | 15 | packages. |
16 | 16 | ||
17 | Signed-off-by: Keith Holman <Keith.Holman@windriver.com> | 17 | Signed-off-by: Keith Holman <Keith.Holman@windriver.com> |
18 | |||
18 | --- | 19 | --- |
19 | horizon/test/settings.py | 4 ++-- | 20 | horizon/test/settings.py | 4 ++-- |
20 | 1 file changed, 2 insertions(+), 2 deletions(-) | 21 | 1 file changed, 2 insertions(+), 2 deletions(-) |
21 | 22 | ||
22 | diff --git a/horizon/test/settings.py b/horizon/test/settings.py | 23 | diff --git a/horizon/test/settings.py b/horizon/test/settings.py |
23 | index f5ea700..10318eb 100644 | 24 | index fde7c12..3df65af 100644 |
24 | --- a/horizon/test/settings.py | 25 | --- a/horizon/test/settings.py |
25 | +++ b/horizon/test/settings.py | 26 | +++ b/horizon/test/settings.py |
26 | @@ -95,8 +95,8 @@ SITE_BRANDING = 'Horizon' | 27 | @@ -109,8 +109,8 @@ SITE_BRANDING = 'Horizon' |
27 | TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' | 28 | TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' |
28 | NOSE_ARGS = ['--nocapture', | 29 | NOSE_ARGS = ['--nocapture', |
29 | '--nologcapture', | 30 | '--nologcapture', |
@@ -34,6 +35,3 @@ index f5ea700..10318eb 100644 | |||
34 | '--cover-package=horizon', | 35 | '--cover-package=horizon', |
35 | '--cover-inclusive', | 36 | '--cover-inclusive', |
36 | '--all-modules'] | 37 | '--all-modules'] |
37 | -- | ||
38 | 1.9.3 | ||
39 | |||