Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/docker: docker-1.6.0.ebuild ChangeLog
Date: Wed, 29 Apr 2015 18:15:38
Message-Id: 20150429181529.5EB149A9@oystercatcher.gentoo.org
1 xarthisius 15/04/29 18:15:28
2
3 Modified: docker-1.6.0.ebuild ChangeLog
4 Log:
5 Drop ~CFS_BANDWIDTH as it's not yet used by 1.6.0, add warning message for CONFIG_MEMCG_SWAP_ENABLED. Thanks to Thomas Capricelli for the report
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
8
9 Revision Changes Path
10 1.2 app-emulation/docker/docker-1.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild?r1=1.1&r2=1.2
15
16 Index: docker-1.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- docker-1.6.0.ebuild 28 Apr 2015 20:50:02 -0000 1.1
23 +++ docker-1.6.0.ebuild 29 Apr 2015 18:15:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild,v 1.1 2015/04/28 20:50:02 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild,v 1.2 2015/04/29 18:15:28 xarthisius Exp $
29
30 EAPI=5
31
32 @@ -84,13 +84,13 @@
33 ~MEMCG_SWAP ~MEMCG_SWAP_ENABLED
34 ~RESOURCE_COUNTERS
35 ~CGROUP_PERF
36 - ~CFS_BANDWIDTH
37 "
38
39 ERROR_MEMCG_SWAP="CONFIG_MEMCG_SWAP: is required if you wish to limit swap usage of containers"
40 +ERROR_MEMCG_SWAP_ENABLED="CONFIG_MEMCG_SWAP_ENABLED: you need to enable memcg_swap in order to
41 + limit swap usage of containers"
42 ERROR_RESOURCE_COUNTERS="CONFIG_RESOURCE_COUNTERS: is optional for container statistics gathering"
43 ERROR_CGROUP_PERF="CONFIG_CGROUP_PERF: is optional for container statistics gathering"
44 -ERROR_CFS_BANDWIDTH="CONFIG_CFS_BANDWIDTH: is optional for container statistics gathering"
45
46 pkg_setup() {
47 if kernel_is lt 3 8; then
48
49
50
51 1.43 app-emulation/docker/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.43&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.43&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?r1=1.42&r2=1.43
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
60 retrieving revision 1.42
61 retrieving revision 1.43
62 diff -u -r1.42 -r1.43
63 --- ChangeLog 28 Apr 2015 20:50:02 -0000 1.42
64 +++ ChangeLog 29 Apr 2015 18:15:28 -0000 1.43
65 @@ -1,6 +1,10 @@
66 # ChangeLog for app-emulation/docker
67 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.42 2015/04/28 20:50:02 xarthisius Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.43 2015/04/29 18:15:28 xarthisius Exp $
70 +
71 + 29 Apr 2015; Kacper Kowalik <xarthisius@g.o> docker-1.6.0.ebuild:
72 + Drop ~CFS_BANDWIDTH as it's not yet used by 1.6.0, add warning message for
73 + CONFIG_MEMCG_SWAP_ENABLED. Thanks to Thomas Capricelli for the report
74
75 *docker-1.6.0 (28 Apr 2015)