Euan Kemp
3dec02768d
Merge pull request #669 from euank/bug-url
...
lsb_release: update BUG_REPORT_URL
2017-04-14 12:56:12 -07:00
David Michael
4496add20e
Merge pull request #2522 from dm0-/go1.8
...
Build mantle with Go 1.8
2017-04-14 12:39:53 -07:00
Euan Kemp
539723169b
lsb_release: update BUG_REPORT_URL
...
See https://github.com/coreos/coreos-overlay/pull/2463 for the
reasoning.
This was missed in that sweep of changes.
2017-04-14 12:39:07 -07:00
David Michael
32dbc30af3
sys-apps/portage: apply CoreOS changes to 2.3.3
2017-04-13 12:46:17 -07:00
David Michael
1f85b79282
sys-apps/portage: import the stable upstream ebuild 2.3.3
2017-04-13 12:42:44 -07:00
David Michael
2f9aa1099d
coreos-devel/mantle: build with go1.8
...
In particular, this fixes random HTTP2 stream errors.
2017-04-13 11:10:59 -07:00
David Michael
b9867ae8d2
dev-lang/go: add go-1.8.1 for go1.8 support
2017-04-13 11:10:19 -07:00
Benjamin Gilbert
005ca16472
Merge pull request #2521 from bgilbert/nvme-cli
...
coreos-base/coreos: Include nvme-cli in the image
2017-04-12 18:41:47 -07:00
Benjamin Gilbert
0863cc1a25
Merge pull request #539 from bgilbert/nvme-cli
...
sys-apps/nvme-cli: add package
2017-04-12 18:41:11 -07:00
Benjamin Gilbert
e09f9c70c5
coreos-base/coreos: Include nvme-cli in the image
2017-04-12 18:15:29 -07:00
Benjamin Gilbert
35d9c41fc3
Merge pull request #2513 from bgilbert/drop-coretest
...
coreos-base/coretest: Drop package
2017-04-12 15:06:29 -07:00
Alex Crawford
f749c70be7
Merge pull request #668 from crawford/licenses
...
build_library: reformat the license file as json
2017-04-12 14:01:30 -07:00
Alex Crawford
287662c7e0
build_library: skip licenses for virtual packages
2017-04-12 13:54:11 -07:00
Alex Crawford
664eadff1b
build_library: reformat the license file as json
...
This changes the format from:
sys-apps/systemd-212-r8::coreos GPL-2 LGPL-2.1 MIT public-domain
to a JSON structure:
[
{
"project": "sys-apps/systemd-212-r8::coreos",
"license": ["GPL-2", "LGPL-2.1", "MIT", "public-domain"]
}
]
We don't have to worry about the changing format because the previous
format was never published. This is designed to match the
bill-of-materials [1] format so that it can be consumed by the site.
[1]: https://github.com/coreos/license-bill-of-materials
2017-04-12 13:54:11 -07:00
Benjamin Gilbert
43c0139d64
Merge pull request #2519 from bgilbert/install-fixes
...
coreos-base/coreos-init: bump for coreos-install fixes
2017-04-12 11:53:32 -07:00
Benjamin Gilbert
fb369ff03e
coreos-base/coreos-init: bump for coreos-install fixes
2017-04-12 11:44:01 -07:00
David Michael
f86bfdce90
Merge pull request #536 from dm0-/glsa
...
Sync GLSAs
2017-04-12 11:40:03 -07:00
David Michael
f2362854e6
Merge pull request #2515 from dm0-/glsa
...
Fix GLSAs
2017-04-12 11:39:56 -07:00
Benjamin Gilbert
725ac5eabb
Merge pull request #2518 from bgilbert/kernel-4.10.9
...
sys-kernel/coreos-*: bump to v4.10.9; enable NVMe over RDMA
2017-04-11 21:38:05 -07:00
Benjamin Gilbert
4ec6a08b62
sys-apps/nvme-cli: add package
2017-04-11 20:19:48 -07:00
Euan Kemp
c601e3554f
Merge pull request #2514 from euank/docker-17
...
app-emulation/docker: update to 17.04-ce
2017-04-11 19:53:17 -07:00
Euan Kemp
cb1561e953
app-emulation/docker-proxy: update for 17.04
2017-04-11 19:52:43 -07:00
Euan Kemp
2f8bbba8ea
app-emulation/runc: update for docker 17.04
...
Corresponds to the commit referenced here: https://github.com/docker/docker/blob/v17.04.0-ce/hack/dockerfile/binaries-commits#L6
2017-04-11 19:52:43 -07:00
Euan Kemp
d759b3b179
Merge pull request #2517 from euank/tini
...
sys-process/tini: add tini ebuild
2017-04-11 19:47:12 -07:00
Euan Kemp
c331540d2a
sys-process/tini: add tini ebuild
...
Even though there's an upstream gentoo ebuild, it depends on cmake
(which had trouble cross-compiling for arm64).
tini is a simple enough program that writing our own makefile for it is
pretty easy, and it'll pay off in reduced buildtime and dependencies for
now since we can avoid dragging in cmake.
Note that we don't bother providing the static useflag and just make it
always static since we're packaging this for docker regardless.
2017-04-11 19:45:57 -07:00
Benjamin Gilbert
04c48fe7ee
sys-kernel/coreos-modules: Enable NVMe over RDMA
2017-04-11 19:28:40 -07:00
Benjamin Gilbert
007c5b1430
sys-kernel/coreos-*: bump to v4.10.9
2017-04-11 19:26:25 -07:00
David Michael
c92f0362c9
Merge pull request #537 from dm0-/git
...
Upgrade Git
2017-04-11 16:34:34 -07:00
David Michael
895f814a7a
bump(dev-vcs/git): sync with upstream
2017-04-11 13:54:18 -07:00
David Michael
250ff3f048
bump(sys-apps/less): sync with upstream
2017-04-11 13:54:07 -07:00
David Michael
ef54fba00d
app-emulation/qemu: sync with upstream
...
The Gentoo ebuild has modified the dependencies to require static
libraries for the system programs instead of just the user ones.
The only CoreOS changes to the ebuild are to add the vpc patch, and
to mark arm64 stable (even though it isn't used).
2017-04-11 13:20:50 -07:00
Euan Kemp
430d25cda8
Merge pull request #2508 from lucab/ups/kubelet-recursive-datadir
...
app-admin/kubelet-wrapper: mark kubelet datadir volume as a recursive mount
2017-04-11 12:04:24 -07:00
David Michael
8d314707a0
bump(metadata/glsa): sync with upstream
2017-04-11 11:54:59 -07:00
David Michael
59963eb0b6
Merge pull request #2512 from dm0-/glsa
...
Sync GLSAs
2017-04-10 17:53:10 -07:00
David Michael
6938a8f344
Merge pull request #535 from dm0-/glsa
...
Sync GLSAs
2017-04-10 17:52:57 -07:00
Euan Kemp
dcbc1784f3
app-emulation/docker: update broken link
2017-04-10 16:31:26 -07:00
Euan Kemp
a85d690353
app-emulation/containerd: update for docker 17.04
...
This corresponds to the versions specified by upstream docker: https://github.com/docker/docker/blob/v17.04.0-ce/hack/dockerfile/binaries-commits#L7
2017-04-10 16:31:26 -07:00
Euan Kemp
39a2594468
app-emulation/containerd: update to use go1.7
...
As far as I know there's no reason we were using 1.6, and upstream
recommends 1.7 nowadays.
2017-04-10 15:03:15 -07:00
Euan Kemp
d285b1129b
app-emulation/docker: bump to 17.04.0-ce
2017-04-10 14:56:30 -07:00
Benjamin Gilbert
cd4e3746cc
oem/ami: Drop in favor of plume
2017-04-07 19:44:20 -07:00
David Michael
6dce1e786f
profiles: drop arm64 curl accept_keywords
2017-04-07 17:12:37 -07:00
Benjamin Gilbert
c45bd4fac8
coreos-base/coretest: Drop package
...
Subsumed by kola.
2017-04-07 16:01:19 -07:00
David Michael
e6fd5a7bef
bump(dev-libs/libtasn1): sync with upstream
2017-04-07 15:01:36 -07:00
David Michael
5785a6ce97
bump(net-misc/curl): sync with upstream
2017-04-07 14:55:33 -07:00
David Michael
d4bd5db5a4
bump(metadata/glsa): sync with upstream
2017-04-07 14:53:34 -07:00
Geoff Levand
36d2613ba5
Merge pull request #2509 from glevand/for-merge-perl
...
profile: Enable arm64 perl
2017-04-06 12:32:58 -07:00
Benjamin Gilbert
45dffca9b6
Merge pull request #661 from bgilbert/package-lists
...
build_image_util: Don't query the $BUILD_DIR vdb
2017-04-06 12:27:45 -07:00
Benjamin Gilbert
f431e7c1ad
Merge pull request #659 from bgilbert/unique-build-ids
...
common: Don't export COREOS_BUILD_ID
2017-04-06 12:25:34 -07:00
Benjamin Gilbert
3e27bdcc45
common: Don't export COREOS_BUILD_ID
...
5a76e4e5e9027443ef2014d8e1d06e9baa9e50aa started exporting COREOS_BUILD_ID
whenever it was found in version.txt, even if its value was blank. Because
COREOS_BUILD_ID is in ENVIRONMENT_WHITELIST, this caused generated build IDs
to be propagated into the SDK chroot environment and reused for every build
in a "cork enter" session. Stop exporting COREOS_BUILD_ID when we set it
ourselves.
See also 8e754f9c2bd4b4ec6561613ff57c095886877960.
2017-04-06 12:23:51 -07:00
Geoff Levand
91c84f95a7
profile: Enable arm64 perl
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2017-04-06 09:59:11 -07:00