From patchwork Tue Jan 5 18:11:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 12000035 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E15BAC433E0 for ; Tue, 5 Jan 2021 18:12:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB1FA22D72 for ; Tue, 5 Jan 2021 18:12:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729876AbhAESML (ORCPT ); Tue, 5 Jan 2021 13:12:11 -0500 Received: from mx2.suse.de ([195.135.220.15]:37148 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726671AbhAESMK (ORCPT ); Tue, 5 Jan 2021 13:12:10 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 67AD6AFF0; Tue, 5 Jan 2021 18:11:29 +0000 (UTC) From: Petr Vorel To: linux-integrity@vger.kernel.org Cc: Petr Vorel , Mimi Zohar Subject: [PATCH ima-evm-utils] travis: Use Ubuntu 20.10 groovy Date: Tue, 5 Jan 2021 19:11:20 +0100 Message-Id: <20210105181120.31417-1-pvorel@suse.cz> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org 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 --- .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