The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/120
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 858a031f3dbd78c5f0f848ee0582000fd9474644 Mon Sep 17 00:00:00 2001 From: Thomas Hipp <thomas.h...@canonical.com> Date: Tue, 3 Mar 2020 18:52:57 +0100 Subject: [PATCH] images/gentoo: Fix type filter in post actions Signed-off-by: Thomas Hipp <thomas.h...@canonical.com> --- images/gentoo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/gentoo.yaml b/images/gentoo.yaml index 6dc3910..e1cc167 100644 --- a/images/gentoo.yaml +++ b/images/gentoo.yaml @@ -414,7 +414,7 @@ actions: sed -i "s#hkps://keys.gentoo.org#keyserver.ubuntu.com#g" /usr/share/portage/config/repos.conf sed -ri "s#(sync-uri =) .+#\1 ${RSYNC_MIRROR}#" /usr/share/portage/config/repos.conf types: - - containers + - container - vm - trigger: post-packages @@ -440,7 +440,7 @@ actions: rm /usr/share/portage/config/repos.conf mv /usr/share/portage/config/repos.conf.orig /usr/share/portage/config/repos.conf types: - - containers + - container - vm - trigger: post-packages
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel