vapier 15/08/07 04:53:18 Modified: docker-1.7.1.ebuild ChangeLog Log: Make UTS_NS check non-fatal too #555434 by Deniss Gaplevsky. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 app-emulation/docker/docker-1.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild?r1=1.2&r2=1.3 Index: docker-1.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- docker-1.7.1.ebuild 28 Jul 2015 13:57:07 -0000 1.2 +++ docker-1.7.1.ebuild 7 Aug 2015 04:53:18 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild,v 1.2 2015/07/28 13:57:07 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild,v 1.3 2015/08/07 04:53:18 vapier Exp $ EAPI=5 @@ -76,7 +76,7 @@ # see "contrib/check-config.sh" from upstream's sources CONFIG_CHECK=" - ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS UTS_NS + ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS ~DEVPTS_MULTIPLE_INSTANCES ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED ~CPUSETS ~MACVLAN ~VETH ~BRIDGE ~BRIDGE_NETFILTER 1.58 app-emulation/docker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 28 Jul 2015 13:58:14 -0000 1.57 +++ ChangeLog 7 Aug 2015 04:53:18 -0000 1.58 @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/docker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.57 2015/07/28 13:58:14 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.58 2015/08/07 04:53:18 vapier Exp $ + + 07 Aug 2015; Mike Frysinger <[email protected]> docker-1.7.1.ebuild: + Make UTS_NS check non-fatal too #555434 by Deniss Gaplevsky. 28 Jul 2015; Kacper Kowalik <[email protected]> docker-1.7.1.ebuild: Make kernel checks non fatal. Thanks to Tianon <[email protected]> for the
