From patchwork Thu Jun 17 20:33:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 1493949 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G5Yg23bhqz9sSn for ; Fri, 18 Jun 2021 06:33:49 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ltyhu-0007Zj-9W; Thu, 17 Jun 2021 20:33:46 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ltyhs-0007Zc-82 for fwts-devel@lists.ubuntu.com; Thu, 17 Jun 2021 20:33:44 +0000 Received: from d75-158-101-9.abhsia.telus.net ([75.158.101.9] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1ltyhr-0004EG-Li; Thu, 17 Jun 2021 20:33:44 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] auto-packager: mkpackage.sh: remove xenial Date: Thu, 17 Jun 2021 14:33:40 -0600 Message-Id: <20210617203340.151239-1-alex.hung@canonical.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Ubuntu 16.04 reaches EOL on April 2021 Signed-off-by: Alex Hung Acked-by: Colin Ian King Acked-by: Ivan Hu --- auto-packager/mkpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh index 8c439472..0ca9ead8 100755 --- a/auto-packager/mkpackage.sh +++ b/auto-packager/mkpackage.sh @@ -23,7 +23,7 @@ # Get fwts sources, strip out .git directory, add in necessary debian packaging # files, build source package ready for upload. # -RELEASES="xenial bionic focal groovy hirsute impish" +RELEASES="bionic focal groovy hirsute impish" REPO=git://kernel.ubuntu.com/hwe/fwts.git RELEASE_TAR_URL=http://fwts.ubuntu.com/release FWTS=fwts