Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Fri, 01 Sep 2017 22:10:57
Message-Id: 1504303836.97e459e76fb58bda798093661ec3b513a2fc8741.prometheanfire@gentoo
1 commit: 97e459e76fb58bda798093661ec3b513a2fc8741
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 1 22:10:20 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 1 22:10:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e459e7
7
8 sys-cluster/nova: removing unneeded init script
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-cluster/nova/nova-16.0.0.ebuild | 2 +-
13 sys-cluster/nova/nova-2017.2.9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-cluster/nova/nova-16.0.0.ebuild b/sys-cluster/nova/nova-16.0.0.ebuild
17 index 871405a4c33..2258699cdfa 100644
18 --- a/sys-cluster/nova/nova-16.0.0.ebuild
19 +++ b/sys-cluster/nova/nova-16.0.0.ebuild
20 @@ -198,7 +198,7 @@ python_install_all() {
21 distutils-r1_python_install_all
22
23 if use !compute-only; then
24 - for svc in api cert conductor consoleauth network scheduler spicehtml5proxy xvpvncproxy; do
25 + for svc in api conductor consoleauth network scheduler spicehtml5proxy xvpvncproxy; do
26 newinitd "${FILESDIR}/nova.initd" "nova-${svc}"
27 done
28 fi
29
30 diff --git a/sys-cluster/nova/nova-2017.2.9999.ebuild b/sys-cluster/nova/nova-2017.2.9999.ebuild
31 index b6214e5b123..13f9f745a8f 100644
32 --- a/sys-cluster/nova/nova-2017.2.9999.ebuild
33 +++ b/sys-cluster/nova/nova-2017.2.9999.ebuild
34 @@ -199,7 +199,7 @@ python_install_all() {
35 distutils-r1_python_install_all
36
37 if use !compute-only; then
38 - for svc in api cert conductor consoleauth network scheduler spicehtml5proxy xvpvncproxy; do
39 + for svc in api conductor consoleauth network scheduler spicehtml5proxy xvpvncproxy; do
40 newinitd "${FILESDIR}/nova.initd" "nova-${svc}"
41 done
42 fi