14983 Commits

Author SHA1 Message Date
Kai Lueke
91e0a90a44 app-admin/flannel-wrapper: bump to 0.14 2021-08-24 17:53:46 +02:00
Jeremi Piotrowski
2062cbd480 dev-lang/go: remove go1.13 and go1.7 ebuilds
These are no longer used by anything in the tree, after removing old versions
of docker-runc/docker-proxy/containerd.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-24 13:24:00 +00:00
Jeremi Piotrowski
1bc53bf39c app-emulation/docker-runc: remove old version
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-24 13:24:00 +00:00
Jeremi Piotrowski
28f2b152e4 app-emulation/docker-runc: switch to building with go1.16
Upstream builds with go1.16. Additionally fixup the VERSION variable specify the
current Flatcar Docker version 20.10.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-24 13:24:00 +00:00
Jeremi Piotrowski
194291a6e3 app-emulation/docker-proxy: remove old versions
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-24 13:24:00 +00:00
Jeremi Piotrowski
2d352084ec app-emulation/docker-proxy: switch to building with go1.16
Upstream builds go through github.com/docker/docker repo and that builds
with go1.16 with module support disabled.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-24 13:23:18 +00:00
Krzesimir Nowak
acd4548a09 app-emulation/nova-agent: Drop unused and outdated package
I'm not sure if we ever built it - it's not a dependency of anything
at all. Also one of its dependencies, dev-python/pyxenstore, was
dropped in 2014, so the package is broken for about seven years
now. Looks like that the rackspace oem package is rather pulling
nova-agent through the coreos-base/nova-agent-container package.
2021-08-24 12:00:26 +02:00
Jeremi Piotrowski
4b49289cf5 Merge pull request #1212 from ryanm101/EnableFSEncryption
Re-enable  FS_ENCRYPTION. Closes https://github.com/kinvolk/Flatcar/issues/286.
2021-08-24 11:01:01 +02:00
Jeremi Piotrowski
850584d45b app-emulation/containerd: adjust config to prevent runtime_type from being unset
The containerd config works in mysterious ways - sometimes it acts hierarchical
with respect to the section headers, other times not. In this case, setting
runc.options resets all the fields of the runc section, including
'runtime_type'. Having an unset runtime_type causes containerd to fail to spawn
containers (but the daemon itself starts succesfully) returning the error:

    kubelet[13148]: E0823 11:57:17.030551   13148 remote_runtime.go:116] "RunPodSandbox from runtime service failed" err="rpc error: code = InvalidArgument desc = failed to create containerd container: create container failed validation: container.Runtime.Name must be set: invalid argument"

Explicitly set the runtime_type in all containerd configs, and bump the config
version to 2.

Reported as https://github.com/kinvolk/Flatcar/issues/484

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-23 16:28:34 +00:00
Krzesimir Nowak
d98a47c7f4 dev-util/shflags: Drop the package
It was a dependency of the coreos-base/cros-devutils package from
coreos-overlay, but it got dropped.
2021-08-23 15:00:57 +02:00
Ryan McLean
d5e0de9dc9 Re-enable FS_ENCRYPTION 2021-08-20 20:52:53 +01:00
Aniruddha Basak
aacdb5472f Add app-arch/lbzip2 to the coreos ebuild dependencies 2021-08-20 18:52:39 +00:00
Krzesimir Nowak
214c1da209 Merge pull request #1200 from kinvolk/krnowak/update-wa-linux-agent
app-emulation/wa-linux-agent: Update to 2.3.1.1
2021-08-20 17:47:02 +02:00
Dongsu Park
2887296087 profiles: remove accept_keywords for dev-util/strace
As dev-util/strace is gone, remove accept_keywords as well from profile.
2021-08-20 16:21:44 +02:00
Dongsu Park
5ddbe57d48 dev-util/strace: move to portage-stable
Now that we have dev-util/pkgconfig 0.29.2, there is no need to
keep third-party patch for avoiding cross-build issues in
dev-util/strace. Let's simply drop the patch, and move strace to
portage-stable.
2021-08-20 16:21:08 +02:00
Dongsu Park
c7e393ef91 dev-util/strace: move to portage-stable, update to 5.12
Now that we have dev-util/pkgconfig 0.29.2, there is no need to
keep third-party patch for avoiding cross-build issues in
dev-util/strace. Let's simply drop the patch, and move strace to
portage-stable. Sync with Gentoo, so update strace to 5.12.
2021-08-20 16:20:36 +02:00
Dongsu Park
06555981bc Merge pull request #1207 from kinvolk/dongsu/delete-sdk-extras
coreos-devel/sdk-extras: delete sdk-extras
2021-08-20 16:03:29 +02:00
Jeremi Piotrowski
9116ccf8ea app-emulation/containerd: remove old versions
Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-20 11:31:47 +02:00
Jeremi Piotrowski
d98781487a app-emulation/containerd: switch to building with go1.16
Upstream builds with go1.16 too.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-20 11:31:44 +02:00
Jeremi Piotrowski
e80bee6629 app-emulation/docker-cli: remove GO_BUILDTAGS setting
We now build with go1.16 and the go1.16 tag does not show up anywhere in
the cli repo.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2021-08-20 11:31:39 +02:00
Dongsu Park
2caaa96ab4 virtual/emacs: delete emacs
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:40 +02:00
Dongsu Park
b2d1a026cf sys-libs/libutempter: delete libutempter
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:40 +02:00
Dongsu Park
6c0b71225b sys-apps/ed: delete ed
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:40 +02:00
Dongsu Park
1e0bce4521 net-libs/liblockfile: delete liblockfile
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:40 +02:00
Dongsu Park
80edbd19ee dev-util/valgrind: delete valgrind
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:40 +02:00
Dongsu Park
272284fef2 dev-util/ctags: delete ctags
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:40 +02:00
Dongsu Park
3ca702e8d3 dev-util/cscope: delete cscope
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:40 +02:00
Dongsu Park
452457a7f9 dev-python/s3transfer: delete s3transfer
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
05a40c4723 dev-python/python-dateutil: delete python-dateutil
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
b5d19e06bd dev-python/jmespath: delete jmespath
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
abe637a175 dev-python/futures: delete futures
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
764e97a1f6 dev-python/botocore: delete botocore
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
4886e0b6fd dev-python/awscli: delete awscli
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
8626bf057a dev-go/godep: delete godep
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
aa94921c6e dev-go/glide: delete glide
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
c153da5653 app-text/tree: delete tree
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
cb767ba3a8 app-text/dos2unix: delete dos2unix
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
fd285d1b70 app-portage/eix: delete eix
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
be075e5fa3 app-misc/tmux: delete tmux
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
424db3d8e6 app-misc/screen: delete screen
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
6fa21f243d app-eselect/eselect-ctags: delete eselect-ctags
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
c2193c316a app-eselect/eselect-emacs: delete eselect-emacs
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
d68f2a8d1f app-emacs/emacs-common-gentoo: delete emacs-common-gentoo
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-20 10:40:39 +02:00
Dongsu Park
35f2b3137c app-editors/emacs: delete emacs
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-19 09:58:30 +02:00
Dongsu Park
178bcafd91 app-crypt/tpm-tools: delete tpm-tools
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-19 09:58:19 +02:00
Dongsu Park
cbcef7b3fa app-admin/python-updater: delete python-updater
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-19 09:58:01 +02:00
Dongsu Park
44ea3e801a coreos-devel/sdk-extras: delete sdk-extras
Apparently the `coreos-devel/sdk-extras` was originally meant to work
as a meta package to pull in all the optional packages in the SDK at once.
It has been unmaintained since 2~3 years, so an attempt of `emerge
coreos-devel/sdk-extras` will give you a huge list of conflicts to
resolve. It is difficult to resurrect sdk-extras at the moment.

Delete `coreos-devel/sdk-extras` completely. Doing that, we can delete
more than 20 other packages from the source tree.
2021-08-19 09:55:43 +02:00
Dongsu Park
1aaee6d3c0 profiles: clean up unnecessary configs
Now that coreos-devel/sdk-extras are gone, delete unnecessary configs
in profiles, for app-portage/repoman, dev-go/glide, dev-go/godep,
dev-python/awscli, dev-python/botocore, dev-python/s3transfer.
2021-08-19 09:50:54 +02:00
Dongsu Park
63745e2a95 coreos-base/hard-host-depends: remove obsolete comments
Now that coreos-devel/sdk-extras are deleted, we do not need to keep
obsolete comments about sdk-extras.
2021-08-19 09:50:10 +02:00
Dongsu Park
6848f95797 app-portage/repoman: delete repoman
Delete deprecated ebuild that was pulled in by coreos-devel/sdk-extras.
2021-08-19 09:47:56 +02:00