Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Thu, 29 Aug 2019 10:39:12
Message-Id: 1567075144.538afbd1c53cf40109c6be036ec28c2cb0ef94bc.mgorny@gentoo
1 commit: 538afbd1c53cf40109c6be036ec28c2cb0ef94bc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 10:16:22 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 10:39:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538afbd1
7
8 sys-cluster/nova: Fix DoublePrefixInPath
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/nova/nova-18.2.2.ebuild | 4 ++--
13 sys-cluster/nova/nova-19.0.2.ebuild | 4 ++--
14 sys-cluster/nova/nova-2018.2.9999.ebuild | 4 ++--
15 sys-cluster/nova/nova-2019.1.9999.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/sys-cluster/nova/nova-18.2.2.ebuild b/sys-cluster/nova/nova-18.2.2.ebuild
19 index 12360932350..f57c926d0e3 100644
20 --- a/sys-cluster/nova/nova-18.2.2.ebuild
21 +++ b/sys-cluster/nova/nova-18.2.2.ebuild
22 @@ -242,8 +242,8 @@ python_install_all() {
23 python_install() {
24 distutils-r1_python_install
25 # copy migration conf file (not coppied on install via setup.py script)
26 - insinto "$(python_get_sitedir)/db/sqlalchemy/migrate_repo/"
27 - doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg"
28 + python_moduleinto db/sqlalchemy/migrate_repo
29 + python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
30 }
31
32 pkg_postinst() {
33
34 diff --git a/sys-cluster/nova/nova-19.0.2.ebuild b/sys-cluster/nova/nova-19.0.2.ebuild
35 index ffc81bcc857..d25e3939bb4 100644
36 --- a/sys-cluster/nova/nova-19.0.2.ebuild
37 +++ b/sys-cluster/nova/nova-19.0.2.ebuild
38 @@ -244,8 +244,8 @@ python_install_all() {
39 python_install() {
40 distutils-r1_python_install
41 # copy migration conf file (not coppied on install via setup.py script)
42 - insinto "$(python_get_sitedir)/db/sqlalchemy/migrate_repo/"
43 - doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg"
44 + python_moduleinto db/sqlalchemy/migrate_repo
45 + python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
46 }
47
48 pkg_postinst() {
49
50 diff --git a/sys-cluster/nova/nova-2018.2.9999.ebuild b/sys-cluster/nova/nova-2018.2.9999.ebuild
51 index f0694e7ed9a..dd30ccf5b55 100644
52 --- a/sys-cluster/nova/nova-2018.2.9999.ebuild
53 +++ b/sys-cluster/nova/nova-2018.2.9999.ebuild
54 @@ -242,8 +242,8 @@ python_install_all() {
55 python_install() {
56 distutils-r1_python_install
57 # copy migration conf file (not coppied on install via setup.py script)
58 - insinto "$(python_get_sitedir)/db/sqlalchemy/migrate_repo/"
59 - doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg"
60 + python_moduleinto db/sqlalchemy/migrate_repo
61 + python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
62 }
63
64 pkg_postinst() {
65
66 diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild
67 index a28cdc16dcc..da689ce9ff4 100644
68 --- a/sys-cluster/nova/nova-2019.1.9999.ebuild
69 +++ b/sys-cluster/nova/nova-2019.1.9999.ebuild
70 @@ -244,8 +244,8 @@ python_install_all() {
71 python_install() {
72 distutils-r1_python_install
73 # copy migration conf file (not coppied on install via setup.py script)
74 - insinto "$(python_get_sitedir)/db/sqlalchemy/migrate_repo/"
75 - doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg"
76 + python_moduleinto db/sqlalchemy/migrate_repo
77 + python_domodule nova/db/sqlalchemy/migrate_repo/migrate.cfg
78 }
79
80 pkg_postinst() {