8018 Commits

Author SHA1 Message Date
Vito Caputo
24c57af3b7 Merge pull request #1828 from vcaputo/prod-keep-kernel-headers
profiles: remove *.h from prod INSTALL_MASK
2016-03-09 10:32:59 -08:00
Vito Caputo
72fb8155ae profiles: remove *.h from prod INSTALL_MASK
But add /usr/lib*/*/include to prevent these headers from sneaking in.

This is being done to retain the kernel headers from
/lib/modules/$(uname -r)/build in production images.
2016-03-09 10:12:13 -08:00
Geoff Levand
e8b5be014a Merge pull request #1822 from glevand/for-merge-arm64
Updates for arm64 builds.
2016-03-09 10:03:10 -08:00
Nick Owens
3f7dbdb897 dev-libs/openssl: update Manifest for 1.0.2g 2016-03-08 17:13:49 -08:00
Geoff Levand
f57dd36e23 profiles: Update for arm64
Profile updates to build arm64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-03-08 15:18:25 -08:00
Geoff Levand
06dec46400 kernel: Update arm64 defconfig
Add config items to satisfy docker's check-config.sh.
Also set CONFIG_IFB=y to match amd64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-03-08 15:18:20 -08:00
Nick Owens
0c9849065e coreos-overlay/sys-kernel: prune 4.4.1 2016-03-08 14:09:29 -08:00
Nick Owens
f260550485 sys-kernel/coreos-kernel: bump to 4.4.4 2016-03-08 14:09:23 -08:00
Vito Caputo
32bd5ca029 coreos-overlay: cease ForwardToConsole in journald
This was introduced to assist users in troubleshooting on cloud
providers without an interactive console but with read-only access to
console output.

However, due to how journald implements the forwarding (synchronously)
it can have a dramatic impact on the overall logging performance.

Fixes https://github.com/coreos/bugs/issues/1162
2016-03-08 07:49:17 -08:00
Nick Owens
c6ff0b7aae sys-kernel/coreos-kernel: enable IFB 2016-03-07 14:12:35 -08:00
Nick Owens
e4e384f993 sys-kernel/coreos-kernel: enable GCM 2016-03-07 13:52:05 -08:00
Nick Owens
b43df1c883 sys-kernel/coreos-kernel: enable ENCLOSURE_SERVICES and SCSI_ENCLOSURE 2016-03-07 13:37:31 -08:00
Nick Owens
3f4fedd40b Merge pull request #1817 from mischief/go-revbump
*: bump any ebuild that depends on go so it will be rebuilt
2016-03-04 17:35:13 -08:00
Nick Owens
3f094d70d4 dev-db/etcd/etcd-0.4.9-r2.ebuild: use slotted dev-lang/go DEPEND 2016-03-04 15:38:53 -08:00
Nick Owens
a81cc897f6 app-emulation/acbuild: remove go DEPEND, coreos-go eclass pulls it in 2016-03-04 15:07:03 -08:00
Nick Owens
7bf0ce9bfe app-admin/kubelet: fix go slot dep 2016-03-04 15:06:32 -08:00
Nick Owens
182a2341a1 *: bump any ebuild that depends on go so it will be rebuilt 2016-03-04 14:16:42 -08:00
Alex Crawford
ffdd2522ce dev-lang/go: mark amd64 stable 2016-03-03 15:17:38 -08:00
Nick Owens
5c90b10e89 app-emulation/docker: add DEPEND on slotted dev-lang/go 2016-03-03 14:47:57 -08:00
Nick Owens
e0c444ae1a app-emulation/docker: prune 1.7.1 2016-03-03 13:25:17 -08:00
Nick Owens
5f62d88cab eclass/coreos-go: use slot operator for go dependency 2016-03-03 13:25:17 -08:00
Nick Owens
a9ab1f1f87 app-emulation/rkt: use slot operator for go dependency 2016-03-03 13:25:16 -08:00
Nick Owens
4273459bfe app-emulation/rkt: remove old ebuild 2016-03-03 13:06:51 -08:00
Nick Owens
eb25e130c8 Merge pull request #1814 from mischief/kubelet
app-admin/kubelet: bump go-dockerclient for v1.10.x support
2016-03-03 12:15:31 -08:00
Nick Owens
e1bdf4a7a6 app-admin/kubelet: bump go-dockerclient for v1.10.x support
the patches have moved to coreos/kubernetes release branch
2016-03-03 00:45:18 -08:00
Alex Crawford
554725be89 Merge pull request #1815 from crawford/docker
app-emulation/docker: bump to v1.10.2
2016-03-02 21:53:36 -08:00
Vito Caputo
c0f30de524 Merge pull request #1813 from vcaputo/kernel-v4.4.3
sys-kernel/coreos-*: bump to 4.4.3
2016-03-02 21:47:28 -08:00
Alex Crawford
24289ba9fc app-emulation/docker: bump to v1.10.2 2016-03-02 21:37:32 -08:00
Vito Caputo
69cad287f4 sys-kernel/coreos-sources: fix patch ordering
Our local patches get applied together with the upstream
patch-$maj.$min.$pl.patch ordered lexicographically.  By starting with
0's we're applying the local patches first, which breaks when their
contents touch the same files.

A simple way to fix this is to prefix our patches with a "z", so they're
applied after the upstream patch.
2016-03-02 19:37:34 -08:00
Vito Caputo
eee266282c sys-kernel/coreos-*: bump to 4.4.3 2016-03-02 17:34:22 -08:00
Alex Crawford
acfd2669a2 Merge pull request #1811 from crawford/systemd
sys-apps/systemd: add fix for ConditionNeedsUpdate
2016-03-02 17:09:12 -08:00
Alex Crawford
91b8e8fb25 Merge pull request #1808 from crawford/ignition
sys-apps/ignition: bump to v0.3.1
2016-03-02 17:09:07 -08:00
Alex Crawford
1725b1ab82 Merge pull request #1809 from crawford/cloudinit
coreos-base/coreos-cloudinit: re-add arm64 keyword
2016-03-02 17:08:58 -08:00
Alex Crawford
c261522930 sys-apps/systemd: add fix for ConditionNeedsUpdate 2016-03-02 16:37:10 -08:00
Alex Crawford
dba3ee6da8 coreos-base/coreos-cloudinit: re-add arm64 keyword
This was dropped in 0cf04c447ce67f48f8546d745742ca22e5b8e603.
2016-03-02 16:31:31 -08:00
Nick Owens
0bd5eabd88 Merge pull request #1803 from mischief/dlm
sys-kernel/coreos-kernel: enable DLM
2016-03-02 16:28:54 -08:00
Alex Crawford
36b29d9f29 sys-apps/ignition: bump to v0.3.1 2016-03-02 15:59:57 -08:00
Nick Owens
499056e252 Merge pull request #1806 from mischief/curl
profiles/coreos: accept net-misc/curl-7.47.1
2016-03-02 15:56:50 -08:00
Nick Owens
b52d2b5153 Merge pull request #1805 from mischief/jq
profiles/coreos: accept app-misc/jq-1.5-r1
2016-03-02 15:56:19 -08:00
Alex Crawford
3164bf8100 Merge pull request #1807 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.9.2
2016-03-02 15:51:31 -08:00
Alex Crawford
5eab149c6a coreos-base/coreos-cloudinit: bump to v1.9.2
Additionally, remove v1.5.1 since v1.9.2 will build under ARM.
2016-03-02 15:39:33 -08:00
Nick Owens
2f89295a9f profiles/coreos: accept net-misc/curl-7.47.1 2016-03-02 14:56:20 -08:00
Nick Owens
bfadbfd62a profiles/coreos: accept app-misc/jq-1.5-r1 2016-03-02 14:34:39 -08:00
Nick Owens
c751b3aef2 profiles/coreos/base: use wget 1.17.1-r1 with slotted openssl dep 2016-03-02 11:55:32 -08:00
Nick Owens
17e2289c60 sys-kernel/coreos-kernel: enable DLM 2016-03-02 09:29:54 -08:00
Nick Owens
6459bde415 dev-libs/openssl: enable sslv2 so other programs dont break 2016-03-01 13:44:30 -08:00
Nick Owens
8f8cda6553 dev-libs/openssl: bump to 1.0.2g
https://bugs.gentoo.org/show_bug.cgi?id=575548
2016-03-01 11:02:47 -08:00
Alex Crawford
87e43dc1b4 Revert "sys-apps/systemd: backport networkd links unlinking fix"
This reverts commit bee84f8be2702ad9dddcc72069f8a596415fefd1.
2016-02-26 07:05:05 -08:00
Alex Crawford
cb89a9fce9 app-emulation/docker: override native.cgroupdriver 2016-02-25 19:36:24 -08:00
Alex Crawford
f28c2c0afc app-emulation/wa-linux-agent: bump to 2.0.16 2016-02-25 17:48:31 -08:00