From patchwork Tue Dec 3 22:26:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1203869 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=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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 47SGnb0d1yz9sR1; Wed, 4 Dec 2019 09:27:31 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1icGdi-0004W2-1j; Tue, 03 Dec 2019 22:27:26 +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 1icGdZ-0004OV-R3 for kernel-team@lists.ubuntu.com; Tue, 03 Dec 2019 22:27:17 +0000 Received: from mail-yb1-f197.google.com ([209.85.219.197]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1icGdY-0001KI-OV for kernel-team@lists.ubuntu.com; Tue, 03 Dec 2019 22:27:16 +0000 Received: by mail-yb1-f197.google.com with SMTP id m73so3321258ybm.15 for ; Tue, 03 Dec 2019 14:27:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EAKk98f7JC352DscJyr8e5BJ6nO/l5Z9ADGj8juGMZw=; b=rlHZU78hjACA+Mdp9zt9VEi/fywMx44hbEFDeQJb01hIZDZrs2ZUxf+XAuueOFp5hJ GOBLNqWaiH/al22mBrj6qY94clKM8Bst9RNfZGyUXg1U/Cz9LG6fi9YjsHtVyk8G4IJk iqRdhuO7ECYldsvlwxBQnTs1Nmv27PUqUe/fAmzaLHI6WZj6LptsddyBD91SLBltQJFK UqNvffRqjP4Dqi2JZqSgLL2Ca6pfK3R6fTKhVxa55h8f1T3HtQQ1a3/e2A42LevHqLET 3fFOgx9A81iR1QzbislnAE6oJwg+X6KvswtDWe+WyWKSdK071PhSCdKox41OwuqSRNcH JHBw== X-Gm-Message-State: APjAAAUyq4wWYF9ivKKTuwZhqLkpp/W4ud0LF+ycP17ruXnixHg1jL1c fwhtj+vOHTgzjX30o3BYFpGCcTC2JeFXIgikHJAHQA5ZGiIDzwyey1kTBQtqQdVJytEXSuigq46 ZhNd8c0PkwuJVv5UgAHbWRgjdtmx+F0mWev+YH5D9dA== X-Received: by 2002:a25:c091:: with SMTP id c139mr160451ybf.178.1575412035539; Tue, 03 Dec 2019 14:27:15 -0800 (PST) X-Google-Smtp-Source: APXvYqwcj0Xv/xpBgJ2fNSBTQ9Vi+GilauSL7Yw1hlyiNmk0KXLCoNxorQAbu2hs3EcWJ/Jc3vbxWw== X-Received: by 2002:a25:c091:: with SMTP id c139mr160440ybf.178.1575412035242; Tue, 03 Dec 2019 14:27:15 -0800 (PST) Received: from localhost ([136.37.150.243]) by smtp.gmail.com with ESMTPSA id r14sm2238940ywk.63.2019.12.03.14.27.14 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Dec 2019 14:27:14 -0800 (PST) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [REVIEW 10/10][linux] UBUNTU: [Debian] Update linux source package name in debian/tests/* Date: Tue, 3 Dec 2019 16:26:44 -0600 Message-Id: <20191203222657.1152249-11-seth.forshee@canonical.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191203222657.1152249-1-seth.forshee@canonical.com> References: <20191203222657.1152249-1-seth.forshee@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Change test scripts checking for linux as a source package name to look for linux-[0-9].[0-9] instead to cope with the change in source package naming. Signed-off-by: Seth Forshee --- debian/tests/rebuild | 2 +- debian/tests/ubuntu-regression-suite | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/rebuild b/debian/tests/rebuild index 365835c92d92..49ad5b235603 100755 --- a/debian/tests/rebuild +++ b/debian/tests/rebuild @@ -7,7 +7,7 @@ build_needed=0 for trigger in ${ADT_TEST_TRIGGERS:-force} do case "$trigger" in - linux/*|linux-lts-*/*|linux-meta*/*|linux-oem*/*|fakeroot/*|gdb/*|git/*|bzr/*|gcc-multilib/*) ;; + linux-[0-9].[0-9]/*|linux-lts-*/*|linux-meta*/*|linux-oem*/*|fakeroot/*|gdb/*|git/*|bzr/*|gcc-multilib/*) ;; *) build_needed=1 ;; esac done diff --git a/debian/tests/ubuntu-regression-suite b/debian/tests/ubuntu-regression-suite index 72a95a1e32cd..0e9a2115a74f 100755 --- a/debian/tests/ubuntu-regression-suite +++ b/debian/tests/ubuntu-regression-suite @@ -4,7 +4,7 @@ set -e # Only run regression-suite on kernels we can boot in canonistack source=`dpkg-parsechangelog -SSource` case $source in - linux|linux-hwe|linux-hwe-edge|linux-kvm|linux-oem) + linux-[0-9].[0-9]|linux-hwe|linux-hwe-edge|linux-kvm|linux-oem) ;; *) echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"