From patchwork Thu Sep 20 07:51:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 972211 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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42G87g6Kfxz9s8T; Thu, 20 Sep 2018 17:51:43 +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 1g2tkP-0000SL-AY; Thu, 20 Sep 2018 07:51:37 +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 1g2tkN-0000Rn-J6 for kernel-team@lists.ubuntu.com; Thu, 20 Sep 2018 07:51:35 +0000 Received: from mail-ed1-f71.google.com ([209.85.208.71]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1g2tkN-0002FL-Bd for kernel-team@lists.ubuntu.com; Thu, 20 Sep 2018 07:51:35 +0000 Received: by mail-ed1-f71.google.com with SMTP id r25-v6so3736275edc.7 for ; Thu, 20 Sep 2018 00:51:35 -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=sSsjxMmfl/glxjrn3PFzkt9QnzqYOAQuF33xQVW7Ehs=; b=rnmXsQsxlh+sGuuByFGAUmJogp7PgHx51T9tgkDjTUn7xtQStt6rfT7kT5gg8EdmfX VEpmuG7B9z0IHabDmBBN33rvajqHd15pQ5iuqshtsTSUhjDULSWfDygTp757uKveWZS9 8l0KoPp64ZR7TSciQ/n2QjXDLlO9G236+l0wdPQPjK07K8MotF7xZveBqFFDoehqDLiA RvKEw6eC1nKsnjiFMKare3TTjCOae/Ir6wx2UwonTeYwVMt7q4mC4jioPWAVcn3W7x/8 FgVlD8Nudeb3snx4ZQN+BZzvoYAV3dLv2BgcMoZcwEJMTjuIofnREiTCG7nbxlz2rS7/ F2oQ== X-Gm-Message-State: APzg51BHw/U/uQxkw6v398SkyV3pr/h2DAQyF1w6ZBVhsx9XT5+ZlhDx bzXS7DhkbAUL+BZBp6FcVsF2HqkWvV8YrnrRdJ/Zz7kcpBlwDsI5mVUmXGDO+7e3BF2UIIDjP2i nlY3NoH7P3nH/M3058mnyRL+1gi2FU1OvwfCIKEkH X-Received: by 2002:a50:a666:: with SMTP id d93-v6mr2631346edc.244.1537429894741; Thu, 20 Sep 2018 00:51:34 -0700 (PDT) X-Google-Smtp-Source: ANB0VdaDasbWXJO2JeyJEgUx+KpTGcZWCDVcaZiDThgZ7mdWFFkYTC/eHGVDapadTEdg7lsV/6nMCg== X-Received: by 2002:a50:a666:: with SMTP id d93-v6mr2631324edc.244.1537429894479; Thu, 20 Sep 2018 00:51:34 -0700 (PDT) Received: from localhost.localdomain (84-199-88-153.iFiber.telenet-ops.be. [84.199.88.153]) by smtp.gmail.com with ESMTPSA id g39-v6sm669926edg.63.2018.09.20.00.51.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Sep 2018 00:51:33 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [bionic/linux-azure, cosmic/linux-azure][PATCH] UBUNTU: [Packaging] linux-azure: fix getabis Date: Thu, 20 Sep 2018 04:51:32 -0300 Message-Id: <20180920075132.6256-1-marcelo.cerri@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" BugLink: http://bugs.launchpad.net/bugs/1793462 Signed-off-by: Marcelo Henrique Cerri Acked-by: Thadeu Lima de Souza Cascardo Acked-by: Kleber Sacilotto de Souza --- debian.azure/etc/getabis | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.azure/etc/getabis b/debian.azure/etc/getabis index e7755d1ba5fd..9db5551e8628 100644 --- a/debian.azure/etc/getabis +++ b/debian.azure/etc/getabis @@ -5,6 +5,7 @@ repo_list=( "http://archive.ubuntu.com/ubuntu/pool/universe/l/linux-azure" "http://ports.ubuntu.com/ubuntu-ports/pool/universe/l/linux-azure" "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-azure" + "http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/pool/main/l/linux-signed-azure" ) package_prefixes linux-image linux-modules