From patchwork Tue Sep 19 08:51:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 815353 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3xxGnD3gCMz9s7h; Tue, 19 Sep 2017 18:51:12 +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 1duEFH-0006Bp-Ij; Tue, 19 Sep 2017 08:51:07 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1duEFG-0006AY-4M for kernel-team@lists.ubuntu.com; Tue, 19 Sep 2017 08:51:06 +0000 Received: from 1.general.apw.uk.vpn ([10.172.192.78] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1duEFF-0007BA-RJ; Tue, 19 Sep 2017 08:51:05 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [artful/master-next 1/1] UBUNTU: [Packaging] autopkgtest -- disable d-i when dropping flavours Date: Tue, 19 Sep 2017 09:51:04 +0100 Message-Id: <20170919085104.3354-2-apw@canonical.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170919085104.3354-1-apw@canonical.com> References: <20170919085104.3354-1-apw@canonical.com> 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: , Cc: Andy Whitcroft MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1717920 Signed-off-by: Andy Whitcroft Acked-by: Stefan Bader Acked-by: Seth Forshee --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 5bcd85d77a63..6c8855f2b3a9 100755 --- a/debian/rules +++ b/debian/rules @@ -82,6 +82,7 @@ do_any_tools=$(sort $(filter-out false,$(do_linux_tools) $(do_cloud_tools))) # only build the first flavour on the assumption it is representative ifneq ($(filter autopkgtest,$(DEB_BUILD_PROFILES)),) flavours := $(firstword $(flavours)) +disable_d_i=true endif # Debian Build System targets