[lxc-devel] [lxc-ci/master] images/gentoo: Fix type filter in post actions

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Mar 3 17:53:23 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 357 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200303/38346e7f/attachment.bin>
-------------- next part --------------
From 858a031f3dbd78c5f0f848ee0582000fd9474644 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at 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.hipp at 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


More information about the lxc-devel mailing list