From patchwork Wed Aug 1 11:34:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 952101 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=) 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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41gWSX3Wywz9s4V; Wed, 1 Aug 2018 21:35:07 +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 1fkpP8-0003Qy-7l; Wed, 01 Aug 2018 11:34:58 +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 1fkpP6-0003Ql-Be for kernel-team@lists.ubuntu.com; Wed, 01 Aug 2018 11:34:56 +0000 Received: from mail-pg1-f198.google.com ([209.85.215.198]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fkpP6-0000UJ-0C for kernel-team@lists.ubuntu.com; Wed, 01 Aug 2018 11:34:56 +0000 Received: by mail-pg1-f198.google.com with SMTP id q12-v6so10884735pgp.6 for ; Wed, 01 Aug 2018 04:34:55 -0700 (PDT) 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; bh=CJblinG1cUuqKbHipMAQ2rYkgfGltTf4Y+MDd7qM0mE=; b=MS77YY0fdZdTjYJhehnhJ2lHnBc17T7mmeeghTZeVFxSxY11fxDbHcVBOM/U+uQuy0 Dv4Bnpnc9myXrexwqKb0gXDzVo4GA8pWxUB9i+b+105sMpeAQxobixbY8cU4vTEIMARP epsiQMtJfwzjg2V2FVplrcX1FuyQTMf+ej2T428QC+Qk1u62h//SjbHmzamahCqyNu6b FiurVgN6Ny/WhK5ROmGASMwHRUwfnxCsoKzWJ5mnT1lyEONy8RgcNNA5LoJ8tEC4fsU9 4/xoqnm6iRXIncij9ZJjP+/qePgkObSUPGkBeVyBZPysqWd/kLdCYwprkYX+Mqsp2DDr gYXw== X-Gm-Message-State: AOUpUlEi0z8Mm+n4gihhrxJId9blvyHoTy27e7j5HUn6yGTEU7zqPym2 OQBQNBN43aVAbuW/IiT9QDDdM4CvtkBZA5eDPZ1KSAXcV9DnGhtpLDgUMDqXtxXhu4LhaqO62r1 0NYmXHUBgAM7i82b6N9+sy5zf0O33KHWcHj+wunTQ X-Received: by 2002:a17:902:b60e:: with SMTP id b14-v6mr13160668pls.111.1533123294408; Wed, 01 Aug 2018 04:34:54 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfeIPsR64+TDoTRTFiEN5p4RF5Ay+QVqgSYk5rm/lDgVeAcrxsTz4GerB4dhehHjbQfKfyLww== X-Received: by 2002:a17:902:b60e:: with SMTP id b14-v6mr13160660pls.111.1533123294276; Wed, 01 Aug 2018 04:34:54 -0700 (PDT) Received: from Leggiero.taipei.internal (61-220-137-37.HINET-IP.hinet.net. [61.220.137.37]) by smtp.gmail.com with ESMTPSA id d81-v6sm28184269pfj.122.2018.08.01.04.34.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Aug 2018 04:34:53 -0700 (PDT) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [kteam-tools][PATCH] collect-window-data: expand the interested_source_packages list Date: Wed, 1 Aug 2018 19:34:45 +0800 Message-Id: <20180801113445.11780-1-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.17.1 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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" The interested_source_packages list was overrided with "linux" only in commit e1b01445dback in 2011, I think perhaps it's a good timing now to expand it for the daily bug report as we're having more and more projects to care about. Ignore the meta packages as the traffic there is really low. Signed-off-by: Po-Hsu Lin --- web/scripts/collect-window-data | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/scripts/collect-window-data b/web/scripts/collect-window-data index 92a30a4a..b24063a2 100755 --- a/web/scripts/collect-window-data +++ b/web/scripts/collect-window-data @@ -279,16 +279,11 @@ class CollectRegressionsData(StdApp): if not source.supported: continue for package in source.packages: - if package.name not in interested_source_packages: + if 'meta' not in package.name and package.name not in interested_source_packages: interested_source_packages.append(package.name) - interested_source_packages = ['linux'] for package_name in interested_source_packages: self.verbose('%s\n' % package_name) - - # Within a distribution are many source packages. We actually care about - # several, but _mostly_ the 'linux' source package. - # source_package = self.distro.get_source_package(package_name) if source_package == None: error("The source package does not exist.")