All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ima-evm-utils] travis: Use Ubuntu 20.10 groovy
@ 2021-01-05 18:11 Petr Vorel
  2021-01-06 16:05 ` Mimi Zohar
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Vorel @ 2021-01-05 18:11 UTC (permalink / raw)
  To: linux-integrity; +Cc: Petr Vorel, Mimi Zohar

Eoan is failing:

E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

And 20.04 LTS focal in Travis is still fails on debconf issue
("debconf: unable to initialize frontend: Dialog")

Old 16.04 LTS xenial is still supported and working in Travis,
thus move to new groovy gives us good coverage both old and new releases.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9bea5d1..e73b24e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ matrix:
           compiler: gcc
 
         - os: linux
-          env: DISTRO=ubuntu:eoan TSS=ibmtss
+          env: DISTRO=ubuntu:groovy TSS=ibmtss
           compiler: gcc
 
         - os: linux
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-06 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05 18:11 [PATCH ima-evm-utils] travis: Use Ubuntu 20.10 groovy Petr Vorel
2021-01-06 16:05 ` Mimi Zohar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.