diff options
author | Rahil Bhimjiani <me@rahil.rocks> | 2024-01-11 15:18:19 +0530 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-20 13:27:21 +0000 |
commit | 3564a689658ef0dd2e4cd8b92aaea9d3a4d21446 (patch) | |
tree | f3c8e8957bfa8f2341d367302cee4c0bcda1643a /app-containers/containers-common | |
parent | app-dicts/myspell-en: add 20240101, update the copyright year (diff) | |
download | gentoo-3564a689658ef0dd2e4cd8b92aaea9d3a4d21446.tar.gz gentoo-3564a689658ef0dd2e4cd8b92aaea9d3a4d21446.tar.bz2 gentoo-3564a689658ef0dd2e4cd8b92aaea9d3a4d21446.zip |
app-containers/containers-common: update live
Because of upstream changes policy.json and default.yaml has to be moved from containers-common to
containers-image
Upstream commit: https://github.com/containers/image/commit/45441676e34e6410ae8af6dbb46b6161c5c81a7c
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/34743
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/containers-common')
-rw-r--r-- | app-containers/containers-common/containers-common-9999.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app-containers/containers-common/containers-common-9999.ebuild b/app-containers/containers-common/containers-common-9999.ebuild index f96e1c184a69..5eca915dd606 100644 --- a/app-containers/containers-common/containers-common-9999.ebuild +++ b/app-containers/containers-common/containers-common-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,14 +53,6 @@ src_compile() { src_install() { emake DESTDIR="${ED}" install - insinto /etc/containers - # https://github.com/containers/skopeo/raw/main/default-policy.json - doins pkg/config/containers.conf "${FILESDIR}/policy.json" - - insinto /etc/containers/registries.d - # https://github.com/containers/skopeo/raw/main/default.yaml - doins "${FILESDIR}/default.yaml" - insinto /usr/share/containers doins pkg/seccomp/seccomp.json pkg/subscriptions/mounts.conf |