4651 Commits

Author SHA1 Message Date
Alex Crawford
ca31473f91 Merge pull request #2036 from crawford/kubelet
coreos-base/coreos: remove the kubelet
2016-06-29 13:55:10 -07:00
Alex Crawford
d436c2fc5c coreos-base/oem-azure: disable buffering on std*
From the python manpage:

  - u    Force  stdin,  stdout  and  stderr  to  be  totally unbuffered.
         On systems where it matters, also put stdin, stdout and stderr
         in binarymode.
2016-06-28 13:37:17 -07:00
Michael Marineau
85155bbba7 coreos-kernel: convert to a two stage kernel build
The new coreos-modules ebuild does the bulk of the work, building and
installing all modules to /usr/lib/modules/... and is now the home of
the kernel config. This in turn allows the coreos-kernel ebuild to
depend on coreos-firmware and allowing dracut to handle kernel modules
and firmware instead of appending them to the cpio ourselves.
2016-06-28 11:39:58 -07:00
Michael Marineau
65be4f545c coreos-kernel: manually generate module signing key
This is in preparation for building the modules prior to the kernel
image itself. Once that split happens the private key will no longer be
available and we don't want the build system to try to create a new one.
2016-06-28 11:26:52 -07:00
Michael Marineau
c02993ec2a coreos-kernel: simplify by dropping use flags
The audit and selinux features are now always on for amd64 and always
off for arm64, we don't need to toggle this any more. Besides, tweaking
the configuration from what is provided in the defconfig has caused
confusion in the past so it isn't a great scheme to preserve.
2016-06-28 11:26:52 -07:00
Alex Crawford
538e71d45c app-admin/kubelet: remove ebuilds 2016-06-27 19:22:54 -07:00
Alex Crawford
6181c6e8d1 coreos-base/coreos: remove the kubelet 2016-06-27 19:22:28 -07:00
David Michael
418f47a8df glibc: address segfaults from long /etc/gshadow lines
This fixes coreos/bugs#1394.
2016-06-27 11:38:11 -07:00
Michael Marineau
f353a48e73 coreos-base/coreos: fix revision
Commit aeec3f0 accidentally decremented the revision number instead of
incrementing it.
2016-06-24 13:39:17 -07:00
Nick Owens
18b009b221 Merge pull request #2029 from mischief/linux-4.6.3
sys-kernel/coreos-{sources,kernel}: update to 4.6.3
2016-06-24 12:35:50 -07:00
Nick Owens
519a2c38e8 sys-kernel/coreos-{sources,kernel}: update to 4.6.3 2016-06-24 12:34:54 -07:00
Stefan Junker
5076e3ebb1 app-emulation/rkt: 1.9.0 -> 1.9.1
Bug fix release!
2016-06-24 11:31:35 -07:00
Nick Owens
1a917398ef app-emulation/rkt: explicitly autoreconf 2016-06-23 16:10:30 -07:00
Nick Owens
0c99ecb42b Merge pull request #2009 from ajeddeloh/rkt-flannel
flannel: use rkt to launch flannel on amd64
2016-06-23 15:54:13 -07:00
Nick Owens
a6d56d8981 Merge pull request #2026 from mischief/rkt-1.9.0-manifest
app-emulation/rkt: fix Manifest for PXE image
2016-06-23 15:24:48 -07:00
Nick Owens
7dc15e0ad3 app-emulation/rkt: fix Manifest for PXE image 2016-06-23 15:23:35 -07:00
Nick Owens
b6b8f7495b app-emulation/rkt: check that ebuild and rkt CoreOS PXE versions match 2016-06-23 14:42:57 -07:00
Nick Owens
bc6fc68f82 Merge pull request #2020 from mischief/quota
include sys-fs/quota in the image
2016-06-23 13:00:58 -07:00
Nick Owens
a8a7148d22 app-emulation/rkt: v1.9.0 2016-06-23 11:34:27 -07:00
Nick Owens
500038f2de app-emulation/containerd: fix ebuild for cross-compilation 2016-06-22 12:47:14 -07:00
Nick Owens
4b22ea1c82 app-emulation/containerd: import 0.2.0 from upstream portage 2016-06-22 12:47:14 -07:00
Nick Owens
1f415cbdbf app-emulation/runc: fix ebuild for cross-compilation 2016-06-22 12:47:14 -07:00
Nick Owens
406a5ac977 app-emulation/runc: import 0.1.0 from upstream portage 2016-06-22 11:27:13 -07:00
Nick Owens
7c3cc05211 coreos-base/coreos: include sys-fs/quota in the image 2016-06-22 11:15:29 -07:00
Nick Owens
4f294071a3 profiles: enable rpc on quota for rpc.rquotad 2016-06-22 11:15:29 -07:00
Nick Owens
c18e084294 profiles: mark =sys-fs/quota-4.02 for arm64 2016-06-22 11:13:32 -07:00
Nick Owens
4d513924eb Merge pull request #2021 from mischief/kernel-tcm-user
linux 4.6.2 and TCM_IBLOCK/TCM_USER2
2016-06-22 10:35:42 -07:00
Alex Crawford
497d547199 Merge pull request #2018 from crawford/walinux
app-emulation/wa-linux-agent: backport sudoers fix
2016-06-22 10:04:23 -07:00
Nick Owens
556a2de6ae sys-kernel/coreos-{sources,kernel}: update to 4.6.2 2016-06-21 17:16:11 -07:00
Nick Owens
b968202050 sys-kernel/coreos-kernel: enable TCM_IBLOCK and TCM_USER2 2016-06-21 17:04:00 -07:00
Nick Owens
a02aee1e3e app-shells/bash: move to p46, dropping gentoo patches for bash patches 2016-06-21 16:27:32 -07:00
Nick Owens
07b4643dd0 Merge pull request #2017 from mischief/bash-4.3
app-shells/bash: bump to 4.3_p42
2016-06-21 16:07:10 -07:00
Alex Crawford
82b91880da app-emulation/wa-linux-agent: backport sudoers fix 2016-06-20 16:40:47 -07:00
Nick Owens
78c7663f3f app-shells/bash: bump to 4.3_p42 2016-06-20 13:08:48 -07:00
Michael Marineau
91d452911a bootengine: add network kernel modules 2016-06-17 14:17:43 -07:00
Andrew Jeddeloh
c8f0523455 flannel: use rkt to launch flannel on amd64 2016-06-16 17:27:24 -07:00
Nick Owens
3b63446bbb Merge pull request #2014 from mischief/grub-bump
sys-boot/grub: bump rev for cmddevice change
2016-06-16 14:48:00 -07:00
Nick Owens
00efb58916 sys-boot/grub: bump rev for cmddevice change 2016-06-16 14:45:29 -07:00
Nick Owens
fdaf0019d4 profiles: unmask libmicrohttpd-0.9.47 for arm64 2016-06-15 22:01:54 -07:00
Michael Marineau
76cac4305d Merge pull request #2011 from marineam/polkit
sys-auth/polkit: remove gobject-introspection from RDEPEND
2016-06-15 16:28:50 -07:00
Michael Marineau
e14eda6be6 sys-auth/polkit: remove gobject-introspection from RDEPEND
polkit's gobject library doesn't actually link against the library
provided by gobject-introspection so this appears to be a build-time
only dependency. Fixing this prunes python and lots of other packages.
2016-06-15 16:10:43 -07:00
Alex Crawford
2e6fdfc1a4 Merge pull request #2010 from crawford/ignition
sys-apps/ignition: bump to v0.7.0
2016-06-15 15:27:28 -07:00
Alex Crawford
52ec695ccd Merge pull request #2007 from crawford/metadata
coreos-base/coreos-metadata: bump to v0.4.1
2016-06-15 15:24:16 -07:00
Alex Crawford
aa4b88e540 sys-apps/ignition: bump to v0.7.0 2016-06-15 15:22:34 -07:00
Alex Crawford
2f69926dc5 sys-kernel/bootengine: bump to include ca-certs 2016-06-15 13:17:57 -07:00
Alex Crawford
7d4dd638ef coreos-base/coreos-metadata: bump to v0.4.1 2016-06-15 10:26:43 -07:00
Nick Owens
828a268169 Merge pull request #1989 from mischief/docker-journald
link docker against journald compat libs for 'docker logs' read support for journal driver
2016-06-15 10:24:24 -07:00
Alex Crawford
d6fc25be5f app-emulation/docker: backport a few fixes 2016-06-15 09:50:37 -07:00
Patrick Baxter
c71cfd2b96 Merge pull request #2004 from pbx0/rkt1.8
app-emulation/rkt: v1.8.0
2016-06-14 14:34:24 -07:00
Nick Owens
f8faceba0c Merge pull request #2002 from mischief/accept-mtools
profiles: accept newer mtools
2016-06-14 14:09:42 -07:00