public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Thu,  3 Sep 2015 14:28:47 +0000 (UTC)	[thread overview]
Message-ID: <1441290499.a691cc7ccf2c222866ec5d64c05221f8fd5ba0bb.prometheanfire@gentoo> (raw)

commit:     a691cc7ccf2c222866ec5d64c05221f8fd5ba0bb
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Thu Sep  3 14:27:20 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 14:28:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a691cc7c

sys-cluster/nova: cleaning up for bug 559376

Package-Manager: portage-2.2.20.1

 sys-cluster/nova/nova-2015.1.1-r2.ebuild | 253 -------------------------------
 1 file changed, 253 deletions(-)

diff --git a/sys-cluster/nova/nova-2015.1.1-r2.ebuild b/sys-cluster/nova/nova-2015.1.1-r2.ebuild
deleted file mode 100644
index 2629472..0000000
--- a/sys-cluster/nova/nova-2015.1.1-r2.ebuild
+++ /dev/null
@@ -1,253 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python"
-HOMEPAGE="https://launchpad.net/nova"
-SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen"
-REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
-						compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
-						compute? ( ^^ ( kvm xen ) )"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/pbr-0.8[${PYTHON_USEDEP}]
-	<dev-python/pbr-1.0[${PYTHON_USEDEP}]
-	app-admin/sudo
-	test? (
-		${RDEPEND}
-		>=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
-		<dev-python/hacking-0.11[${PYTHON_USEDEP}]
-		>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-		>=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
-		<dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
-		>=dev-python/mock-1.0[${PYTHON_USEDEP}]
-		<dev-python/mock-1.1.0[${PYTHON_USEDEP}]
-		>=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
-		<dev-python/mox3-0.8.0[${PYTHON_USEDEP}]
-		dev-python/mysql-python[${PYTHON_USEDEP}]
-		dev-python/psycopg[${PYTHON_USEDEP}]
-		>=dev-python/python-barbicanclient-3.0.1[${PYTHON_USEDEP}]
-		<dev-python/python-barbicanclient-3.1.0[${PYTHON_USEDEP}]
-		>=dev-python/python-ironicclient-0.4.1[${PYTHON_USEDEP}]
-		<dev-python/python-ironicclient-0.6.0[${PYTHON_USEDEP}]
-		>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-		>=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
-		>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-		!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-		<dev-python/sphinx-1.3[${PYTHON_USEDEP}]
-		>=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-		<dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
-		>=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
-		<dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
-		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-		>=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
-		!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
-		>=dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]
-		<dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
-		>=dev-python/suds-0.4[${PYTHON_USEDEP}]
-		>=dev-python/oslo-vmware-0.11.1[${PYTHON_USEDEP}]
-		<dev-python/oslo-vmware-0.12.0[${PYTHON_USEDEP}]
-	)"
-
-# barbicanclient is in here for doc generation
-RDEPEND="
-	compute-only? (
-		>=dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
-		<=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
-	)
-	sqlite? (
-		>=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
-		<=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
-	)
-	mysql? (
-		dev-python/mysql-python
-		>=dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
-		<=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
-	)
-	postgres? (
-		dev-python/psycopg:2
-		>=dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
-		<=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
-	)
-	>=dev-python/boto-2.32.1[${PYTHON_USEDEP}]
-	>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-	>=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
-	!~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
-	>=dev-python/jinja-2.6[${PYTHON_USEDEP}]
-	>=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
-	<dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]
-	>=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-	>=dev-python/routes-1.12.3-r1[${PYTHON_USEDEP}]
-	!~dev-python/routes-2.0[${PYTHON_USEDEP}]
-	>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
-	>=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
-	>=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
-	dev-python/paste[${PYTHON_USEDEP}]
-	~dev-python/sqlalchemy-migrate-0.9.5[${PYTHON_USEDEP}]
-	>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
-	>=dev-python/paramiko-1.13.0[${PYTHON_USEDEP}]
-	dev-python/pyasn1[${PYTHON_USEDEP}]
-	>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-	>=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-	>=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
-	<dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/python-cinderclient-1.1.0[${PYTHON_USEDEP}]
-	<dev-python/python-cinderclient-1.2.0[${PYTHON_USEDEP}]
-	>=dev-python/python-neutronclient-2.3.11[${PYTHON_USEDEP}]
-	<dev-python/python-neutronclient-2.5.0[${PYTHON_USEDEP}]
-	>=dev-python/python-glanceclient-0.15.0[${PYTHON_USEDEP}]
-	<dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
-	>=dev-python/python-barbicanclient-3.0.1[${PYTHON_USEDEP}]
-	<dev-python/python-barbicanclient-3.1.0[${PYTHON_USEDEP}]
-	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-	>=dev-python/stevedore-1.3.0[${PYTHON_USEDEP}]
-	<dev-python/stevedore-1.4.0[${PYTHON_USEDEP}]
-	>=dev-python/websockify-0.6.0[${PYTHON_USEDEP}]
-	<dev-python/websockify-0.7.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-concurrency-1.8.2[${PYTHON_USEDEP}]
-	<dev-python/oslo-concurrency-1.9.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-config-1.9.3[${PYTHON_USEDEP}]
-	<dev-python/oslo-config-1.10.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-context-0.3.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-log-1.0.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-log-1.1.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-serialization-1.5.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-utils-1.5.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-db-1.7.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-db-1.8.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-rootwrap-1.6.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-rootwrap-1.7.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-messaging-1.8.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-messaging-1.9.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
-	>=dev-python/rfc3986-0.2.0[${PYTHON_USEDEP}]
-	>=dev-python/oslo-middleware-1.0.0[${PYTHON_USEDEP}]
-	<dev-python/oslo-middleware-1.1.0[${PYTHON_USEDEP}]
-	>=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
-	<dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
-	dev-python/libvirt-python[${PYTHON_USEDEP}]
-	app-emulation/libvirt[iscsi?]
-	novncproxy? ( www-apps/novnc )
-	sys-apps/iproute2
-	openvswitch? ( net-misc/openvswitch )
-	rabbitmq? ( net-misc/rabbitmq-server )
-	memcached? ( net-misc/memcached
-	dev-python/python-memcached )
-	sys-fs/sysfsutils
-	sys-fs/multipath-tools
-	net-misc/bridge-utils
-	compute? (
-		app-cdr/cdrkit
-		kvm? ( app-emulation/qemu )
-		xen? ( app-emulation/xen
-			   app-emulation/xen-tools )
-	)
-	iscsi? (
-		sys-fs/lsscsi
-		>=sys-block/open-iscsi-2.0.872-r3
-	)"
-
-PATCHES=(
-	"${FILESDIR}/CVE-2015-3241-kilo.patch"
-)
-
-pkg_setup() {
-	linux-info_pkg_setup
-	CONFIG_CHECK_MODULES="BLK_DEV_NBD VHOST_NET IP6_NF_FILTER IP6_NF_IPTABLES IP_NF_TARGET_REJECT \
-	IP_NF_MANGLE IP_NF_TARGET_MASQUERADE NF_NAT_IPV4 IP_NF_FILTER IP_NF_IPTABLES \
-	NF_CONNTRACK_IPV4 NF_DEFRAG_IPV4 NF_NAT_IPV4 NF_NAT NF_CONNTRACK NETFILTER_XTABLES \
-	ISCSI_TCP SCSI_DH DM_MULTIPATH DM_SNAPSHOT"
-	if linux_config_exists; then
-		for module in ${CONFIG_CHECK_MODULES}; do
-			linux_chkconfig_present ${module} || ewarn "${module} needs to be enabled in kernel"
-		done
-	fi
-	enewgroup nova
-	enewuser nova -1 -1 /var/lib/nova nova
-}
-
-python_prepare() {
-	distutils-r1_python_prepare
-	sed -i 's/python/python2\.7/g' tools/config/generate_sample.sh || die
-}
-
-python_compile() {
-	distutils-r1_python_compile
-	./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova || die
-}
-
-python_test() {
-	# turn multiprocessing off, testr will use it --parallel
-	local DISTUTILS_NO_PARALLEL_BUILD=1
-	testr init
-	testr run --parallel || die "failed testsuite under python2.7"
-}
-
-python_install() {
-	distutils-r1_python_install
-
-	if use !compute-only; then
-		for svc in api cert conductor consoleauth network scheduler spicehtml5proxy xvpvncproxy; do
-			newinitd "${FILESDIR}/nova.initd" "nova-${svc}"
-		done
-	fi
-	use compute && newinitd "${FILESDIR}/nova.initd" "nova-compute"
-	use novncproxy && newinitd "${FILESDIR}/nova.initd" "nova-novncproxy"
-
-	diropts -m 0750 -o nova -g qemu
-	dodir /var/log/nova /var/lib/nova/instances
-	diropts -m 0750 -o nova -g nova
-
-	insinto /etc/nova
-	insopts -m 0640 -o nova -g nova
-	newins "etc/nova/nova.conf.sample" "nova.conf"
-	doins "etc/nova/api-paste.ini"
-	doins "etc/nova/logging_sample.conf"
-	doins "etc/nova/policy.json"
-	doins "etc/nova/rootwrap.conf"
-	#rootwrap filters
-	insinto /etc/nova/rootwrap.d
-	doins "etc/nova/rootwrap.d/api-metadata.filters"
-	doins "etc/nova/rootwrap.d/compute.filters"
-	doins "etc/nova/rootwrap.d/network.filters"
-	#copy migration conf file (not coppied on install via setup.py script)
-	insopts -m 0644
-	insinto /usr/$(get_libdir)/python2.7/site-packages/nova/db/sqlalchemy/migrate_repo/
-	doins "nova/db/sqlalchemy/migrate_repo/migrate.cfg"
-	#copy the CA cert dir (not coppied on install via setup.py script)
-	cp -R "${S}/nova/CA" "${D}/usr/$(get_libdir)/python2.7/site-packages/nova/" || die "installing CA files failed"
-
-	#add sudoers definitions for user nova
-	insinto /etc/sudoers.d/
-	insopts -m 0600 -o root -g root
-	doins "${FILESDIR}/nova-sudoers"
-
-	if use iscsi ; then
-		# Install udev rules for handle iscsi disk with right links under /dev
-		udev_newrules "${FILESDIR}/openstack-scsi-disk.rules" 60-openstack-scsi-disk.rules
-
-		insinto /etc/nova/
-		doins "${FILESDIR}/scsi-openscsi-link.sh"
-	fi
-}
-
-pkg_postinst() {
-	if use iscsi ; then
-		elog "iscsid needs to be running if you want cinder to connect"
-	fi
-}


             reply	other threads:[~2015-09-03 14:29 UTC|newest]

Thread overview: 181+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03 14:28 Matt Thode [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/nova/ Michał Górny
2021-05-15 21:38 Matthew Thode
2021-04-18  3:25 Matthew Thode
2021-03-17  5:17 Matthew Thode
2021-03-03 15:49 Matthew Thode
2021-02-13 20:56 Matthew Thode
2021-02-05  3:08 Matthew Thode
2020-12-10 16:50 Matthew Thode
2020-12-10 16:50 Matthew Thode
2020-12-03 17:37 Thomas Deutschmann
2020-12-03 11:03 Sam James
2020-11-21  5:57 Matthew Thode
2020-11-10 22:54 Matthew Thode
2020-10-19 21:30 Matthew Thode
2020-10-18 23:18 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-23 18:39 Matthew Thode
2020-06-23 18:39 Matthew Thode
2020-06-16 18:39 Matthew Thode
2020-05-30 18:02 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-04-24 23:14 Matthew Thode
2020-04-23 19:36 Matthew Thode
2020-03-16 18:55 Michał Górny
2020-03-04 17:11 Matthew Thode
2020-03-04 17:11 Matthew Thode
2020-02-11 18:20 Matthew Thode
2020-02-08  2:50 Matthew Thode
2020-01-26 22:41 Matthew Thode
2019-12-29 13:23 Andreas Sturmlechner
2019-12-12 22:39 Matthew Thode
2019-11-19 18:36 Matthew Thode
2019-11-12 19:53 Matthew Thode
2019-11-05 17:15 Matthew Thode
2019-10-21  0:19 Matthew Thode
2019-10-10 17:28 Matthew Thode
2019-10-05 20:14 Matthew Thode
2019-08-29 19:08 Matthew Thode
2019-08-29 10:39 Michał Górny
2019-08-16  2:23 Matthew Thode
2019-08-14 22:14 Matthew Thode
2019-08-14 22:14 Matthew Thode
2019-06-27 15:25 Matthew Thode
2019-06-18 15:03 Matthew Thode
2019-06-07 15:59 Matthew Thode
2019-05-11 19:48 Matthew Thode
2019-04-25 15:54 Matthew Thode
2019-04-20  1:32 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-03-25 21:24 Matthew Thode
2019-03-25  0:07 Matthew Thode
2019-01-15 17:21 Matthew Thode
2018-12-19 22:07 Matthew Thode
2018-12-19 19:43 Matthew Thode
2018-11-08 17:31 Matthew Thode
2018-11-06 16:39 Matthew Thode
2018-10-09  4:54 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-25 22:22 Matt Thode
2018-08-30 21:35 Matt Thode
2018-07-04 17:56 Matt Thode
2018-06-26 20:51 Pacho Ramos
2018-06-04 15:40 Matt Thode
2018-05-25  1:52 Matt Thode
2018-05-15 14:53 Matt Thode
2018-04-26  2:29 Matt Thode
2018-04-02 16:09 Matt Thode
2018-03-31  1:54 Matt Thode
2018-03-15 17:47 Matt Thode
2018-03-08 14:57 Matt Thode
2018-03-01  9:57 Matt Thode
2018-02-24  6:22 Matt Thode
2018-02-16  6:14 Matt Thode
2018-01-19 16:10 Matt Thode
2018-01-03 20:15 Matt Thode
2017-12-20 23:22 Matt Thode
2017-12-13 21:44 Matt Thode
2017-11-25 16:46 Matt Thode
2017-11-15  2:03 Matt Thode
2017-10-26  4:13 Matt Thode
2017-10-20 23:20 Matt Thode
2017-09-30  1:06 Matt Thode
2017-09-25 16:23 Matt Thode
2017-09-16 15:01 Matt Thode
2017-09-01 22:10 Matt Thode
2017-08-31 17:44 Matt Thode
2017-08-30 22:07 Matt Thode
2017-08-30 21:07 Matt Thode
2017-08-28 15:41 Matt Thode
2017-08-22 16:29 Matt Thode
2017-08-10 23:47 Matt Thode
2017-08-10 23:47 Matt Thode
2017-07-14 19:43 Matt Thode
2017-07-12 14:43 Pacho Ramos
2017-06-20 19:00 Matt Thode
2017-06-09 21:19 Matt Thode
2017-05-30 19:16 Matt Thode
2017-05-09 15:42 Matt Thode
2017-05-07  3:36 Matt Thode
2017-05-07  3:36 Matt Thode
2017-04-25 16:47 Matt Thode
2017-04-12 20:03 Matt Thode
2017-03-29  0:22 Matt Thode
2017-03-22 17:11 Matt Thode
2017-03-16 16:12 Matt Thode
2017-02-28 16:46 Matt Thode
2017-02-28  0:18 Matt Thode
2017-02-27  6:43 Matt Thode
2017-01-16 19:37 Matt Thode
2017-01-16 19:37 Matt Thode
2016-12-19 22:37 Matt Thode
2016-12-03 21:34 Justin Lecher
2016-12-01 17:06 Matt Thode
2016-12-01 17:06 Matt Thode
2016-11-29  1:52 Matt Thode
2016-11-10 14:59 Matt Thode
2016-11-10 14:59 Matt Thode
2016-11-07 17:18 Matt Thode
2016-11-06 21:39 Matt Thode
2016-10-12  5:16 Matt Thode
2016-10-11  0:43 Matt Thode
2016-10-06 18:27 Matt Thode
2016-09-10 17:57 Matt Thode
2016-08-10 17:53 Matt Thode
2016-07-15  2:20 Matt Thode
2016-07-15  2:20 Matt Thode
2016-07-09  5:05 Matt Thode
2016-07-09  5:05 Matt Thode
2016-06-30 22:24 Matt Thode
2016-06-15 11:18 Matt Thode
2016-06-09 18:13 Matt Thode
2016-05-16 19:00 Matt Thode
2016-05-16 16:40 Matt Thode
2016-05-14 20:11 Agostino Sarubbo
2016-04-15 18:59 Matt Thode
2016-04-07 14:32 Matt Thode
2016-03-26  3:59 Matt Thode
2016-03-16 18:53 Matt Thode
2016-03-09 17:20 Matt Thode
2016-03-09 16:52 Agostino Sarubbo
2016-03-09 16:50 Agostino Sarubbo
2016-03-09 16:37 Matt Thode
2016-03-08 20:13 Matt Thode
2016-03-08  0:03 Matt Thode
2016-01-31 19:24 Matt Thode
2016-01-31 19:24 Matt Thode
2016-01-31 11:56 Agostino Sarubbo
2016-01-29 19:17 Matt Thode
2016-01-24 17:22 Agostino Sarubbo
2016-01-21 22:41 Matt Thode
2016-01-19 16:12 Matt Thode
2016-01-08 13:27 Matt Thode
2016-01-08  8:20 Agostino Sarubbo
2016-01-08  8:19 Agostino Sarubbo
2015-12-22 22:22 Matt Thode
2015-12-15 21:55 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-14  0:19 Matt Thode
2015-11-12 10:22 Justin Lecher
2015-11-12 10:22 Justin Lecher
2015-10-30 14:13 Matt Thode
2015-10-30 13:14 Justin Lecher
2015-10-30 13:14 Justin Lecher
2015-10-18  6:27 Matt Thode
2015-10-16  6:04 Matt Thode
2015-10-16  5:53 Matt Thode
2015-10-15 16:56 Matt Thode
2015-10-15  9:08 Matt Thode
2015-10-13 18:27 Matt Thode
2015-10-13 18:27 Matt Thode
2015-09-03  8:25 Agostino Sarubbo
2015-09-03  8:24 Agostino Sarubbo
2015-08-22  4:58 Matt Thode
2015-08-21  6:42 Agostino Sarubbo
2015-08-21  6:41 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=1441290499.a691cc7ccf2c222866ec5d64c05221f8fd5ba0bb.prometheanfire@gentoo \
    --to=prometheanfire@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