From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Fri, 31 Jan 2020 08:19:33 +0000 (UTC) [thread overview]
Message-ID: <1580458770.d884a5fd086942a15ed8bfe0c9885161bdc6f5bc.mgorny@gentoo> (raw)
commit: d884a5fd086942a15ed8bfe0c9885161bdc6f5bc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 08:17:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 08:19:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d884a5fd
sys-cluster/neutron: Backport CI issue fixes
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-cluster/neutron/neutron-15.0.1.ebuild | 13 +++++--------
sys-cluster/neutron/neutron-2019.1.9999.ebuild | 13 +++++--------
2 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/sys-cluster/neutron/neutron-15.0.1.ebuild b/sys-cluster/neutron/neutron-15.0.1.ebuild
index 082eab07ed2..5deaec79742 100644
--- a/sys-cluster/neutron/neutron-15.0.1.ebuild
+++ b/sys-cluster/neutron/neutron-15.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
# still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
-inherit distutils-r1 linux-info user
+inherit distutils-r1 linux-info
DESCRIPTION="A virtual network service for Openstack"
HOMEPAGE="https://launchpad.net/neutron"
@@ -118,7 +118,9 @@ RDEPEND="
net-misc/radvd
>=net-misc/dibbler-1.0.1
)
- dhcp? ( net-dns/dnsmasq[dhcp-tools] )"
+ dhcp? ( net-dns/dnsmasq[dhcp-tools] )
+ acct-group/neutron
+ acct-user/neutron"
#PATCHES=(
#)
@@ -135,11 +137,6 @@ pkg_pretend() {
fi
}
-pkg_setup() {
- enewgroup neutron
- enewuser neutron -1 -1 /var/lib/neutron neutron
-}
-
pkg_config() {
fperms 0700 /var/log/neutron
fowners neutron:neutron /var/log neutron
@@ -157,7 +154,7 @@ python_install_all() {
if use server; then
newinitd "${FILESDIR}/neutron.initd" "neutron-server"
newconfd "${FILESDIR}/neutron-server.confd" "neutron-server"
- dosym /etc/neutron/plugin.ini /etc/neutron/plugins/ml2/ml2_conf.ini
+ dosym ../../plugin.ini /etc/neutron/plugins/ml2/ml2_conf.ini
fi
if use dhcp; then
newinitd "${FILESDIR}/neutron.initd" "neutron-dhcp-agent"
diff --git a/sys-cluster/neutron/neutron-2019.1.9999.ebuild b/sys-cluster/neutron/neutron-2019.1.9999.ebuild
index 2435f5317d6..d34628c1f74 100644
--- a/sys-cluster/neutron/neutron-2019.1.9999.ebuild
+++ b/sys-cluster/neutron/neutron-2019.1.9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
# still no 34 :( https://bugs.launchpad.net/neutron/+bug/1630439
-inherit distutils-r1 linux-info user
+inherit distutils-r1 linux-info
DESCRIPTION="A virtual network service for Openstack"
HOMEPAGE="https://launchpad.net/neutron"
@@ -115,7 +115,9 @@ RDEPEND="
net-misc/radvd
>=net-misc/dibbler-1.0.1
)
- dhcp? ( net-dns/dnsmasq[dhcp-tools] )"
+ dhcp? ( net-dns/dnsmasq[dhcp-tools] )
+ acct-group/neutron
+ acct-user/neutron"
#PATCHES=(
#)
@@ -132,11 +134,6 @@ pkg_pretend() {
fi
}
-pkg_setup() {
- enewgroup neutron
- enewuser neutron -1 -1 /var/lib/neutron neutron
-}
-
pkg_config() {
fperms 0700 /var/log/neutron
fowners neutron:neutron /var/log neutron
@@ -154,7 +151,7 @@ python_install_all() {
if use server; then
newinitd "${FILESDIR}/neutron.initd" "neutron-server"
newconfd "${FILESDIR}/neutron-server.confd" "neutron-server"
- dosym /etc/neutron/plugin.ini /etc/neutron/plugins/ml2/ml2_conf.ini
+ dosym ../../plugin.ini /etc/neutron/plugins/ml2/ml2_conf.ini
fi
if use dhcp; then
newinitd "${FILESDIR}/neutron.initd" "neutron-dhcp-agent"
next reply other threads:[~2020-01-31 8:19 UTC|newest]
Thread overview: 138+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-31 8:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-31 21:07 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/ Michał Górny
2021-05-12 4:03 Matthew Thode
2021-04-20 20:22 Matthew Thode
2021-04-20 1:02 Matthew Thode
2021-03-19 18:37 Matthew Thode
2021-02-28 6:58 Matthew Thode
2021-01-28 18:19 Matthew Thode
2020-12-19 21:40 Matthew Thode
2020-10-27 21:55 Matthew Thode
2020-10-18 21:59 Matthew Thode
2020-10-07 15:14 Matthew Thode
2020-09-27 21:06 Matthew Thode
2020-08-27 18:51 Matthew Thode
2020-07-03 0:31 Matthew Thode
2020-06-27 22:57 Matthew Thode
2020-05-30 18:02 Matthew Thode
2020-05-27 16:02 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-03-30 3:03 Matthew Thode
2020-03-18 17:06 Matthew Thode
2020-02-18 19:09 Matthew Thode
2020-02-18 18:41 Matthew Thode
2020-01-26 22:41 Matthew Thode
2020-01-24 21:18 Matthew Thode
2020-01-20 3:50 Matthew Thode
2019-12-19 17:45 Matthew Thode
2019-11-22 15:36 Matthew Thode
2019-11-19 18:36 Matthew Thode
2019-11-10 0:48 Matthew Thode
2019-10-31 1:33 Matthew Thode
2019-10-23 2:38 Matthew Thode
2019-10-21 0:19 Matthew Thode
2019-08-29 10:39 Michał Górny
2019-08-16 2:23 Matthew Thode
2019-08-01 15:59 Matthew Thode
2019-07-01 3:32 Matthew Thode
2019-05-11 19:48 Matthew Thode
2019-04-29 23:05 Matthew Thode
2019-04-16 19:50 Matthew Thode
2019-04-16 8:10 Matthew Thode
2019-04-12 19:44 Matthew Thode
2019-03-25 0:07 Matthew Thode
2018-11-26 3:54 Matthew Thode
2018-11-06 16:39 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-18 18:54 Matt Thode
2018-09-10 20:00 Matt Thode
2018-08-30 18:58 Matt Thode
2018-07-16 20:18 Matt Thode
2018-06-26 20:51 Pacho Ramos
2018-06-19 4:50 Matt Thode
2018-06-18 15:54 Matt Thode
2018-06-07 19:53 Matt Thode
2018-05-08 15:24 Matt Thode
2018-04-18 19:52 Matt Thode
2018-03-31 1:54 Matt Thode
2018-03-29 20:36 Matt Thode
2018-03-19 17:45 Matt Thode
2018-03-07 19:21 Matt Thode
2018-03-01 9:57 Matt Thode
2018-02-24 5:51 Matt Thode
2017-12-20 23:44 Matt Thode
2017-11-21 2:00 Matt Thode
2017-10-25 16:00 Matt Thode
2017-10-20 23:20 Matt Thode
2017-09-30 1:06 Matt Thode
2017-09-25 15:22 Matt Thode
2017-09-16 15:01 Matt Thode
2017-09-13 17:01 Matt Thode
2017-08-31 17:44 Matt Thode
2017-08-30 21:07 Matt Thode
2017-08-30 19:47 Matt Thode
2017-08-28 2:11 Matt Thode
2017-06-30 16:12 Matt Thode
2017-06-01 23:55 Matt Thode
2017-05-07 3:36 Matt Thode
2017-05-07 3:36 Matt Thode
2017-04-28 17:00 Matt Thode
2017-04-28 17:00 Matt Thode
2017-04-25 16:47 Matt Thode
2017-04-12 20:03 Matt Thode
2017-03-29 18:08 Matt Thode
2017-02-27 5:45 Matt Thode
2017-02-24 17:39 Matt Thode
2017-01-31 15:45 Matt Thode
2016-12-01 17:06 Matt Thode
2016-12-01 17:06 Matt Thode
2016-11-30 5:18 Matt Thode
2016-11-22 5:08 Matt Thode
2016-11-11 16:11 Matt Thode
2016-11-11 16:11 Matt Thode
2016-11-06 21:39 Matt Thode
2016-11-04 15:21 Matt Thode
2016-10-11 17:54 Matt Thode
2016-10-09 3:14 Matt Thode
2016-10-06 18:20 Matt Thode
2016-10-05 13:20 Matt Thode
2016-10-05 3:10 Matt Thode
2016-09-29 18:00 Matt Thode
2016-09-29 18:00 Matt Thode
2016-08-30 2:25 Matt Thode
2016-07-09 5:05 Matt Thode
2016-07-09 5:05 Matt Thode
2016-06-10 19:13 Matt Thode
2016-06-03 23:11 Matt Thode
2016-05-16 19:52 Matt Thode
2016-05-16 19:52 Matt Thode
2016-05-09 22:03 Matt Thode
2016-04-13 3:07 Matt Thode
2016-04-13 2:15 Matt Thode
2016-04-07 14:32 Matt Thode
2016-03-29 18:22 Matt Thode
2016-03-26 3:20 Matt Thode
2016-03-16 18:53 Matt Thode
2016-03-14 22:12 Agostino Sarubbo
2016-02-10 19:34 Matt Thode
2016-01-27 21:36 Matt Thode
2016-01-24 17:22 Agostino Sarubbo
2015-12-15 21:55 Matt Thode
2015-12-07 18:42 Matt Thode
2015-11-16 21:26 Matt Thode
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-11-16 15:13 Matt Thode
2015-10-23 20:15 Matt Thode
2015-10-18 6:27 Matt Thode
2015-10-16 6:09 Matt Thode
2015-10-16 5:39 Matt Thode
2015-10-15 16:52 Matt Thode
2015-10-15 8:35 Matt Thode
2015-10-13 18:27 Matt Thode
2015-10-13 18:27 Matt Thode
2015-09-10 3:50 Matt Thode
2015-09-09 7:10 Agostino Sarubbo
2015-09-09 7:10 Agostino Sarubbo
2015-08-24 14:04 Agostino Sarubbo
2015-08-24 14:02 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1580458770.d884a5fd086942a15ed8bfe0c9885161bdc6f5bc.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox