From patchwork Thu Aug 2 22:40:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 952988 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 41hQBC0W9vz9sBD; Fri, 3 Aug 2018 08:40:50 +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 1flMGu-0000uc-Cc; Thu, 02 Aug 2018 22:40:40 +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 1flMGt-0000uG-4o for kernel-team@lists.ubuntu.com; Thu, 02 Aug 2018 22:40:39 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1flMGs-00053z-P1 for kernel-team@lists.ubuntu.com; Thu, 02 Aug 2018 22:40:38 +0000 Received: from kamal by fourier with local (Exim 4.86_2) (envelope-from ) id 1flMGq-0002Tk-1D for kernel-team@lists.ubuntu.com; Thu, 02 Aug 2018 15:40:36 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [kteam-tools][PATCH v2 0/7] git-build-kernel: source pkg features Date: Thu, 2 Aug 2018 15:40:28 -0700 Message-Id: <1533249635-9483-1-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 2.7.4 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" Fixes and features relating to construction of source packages via the 'git push remote commit-ish:source' method. New (optional) feature: "SOURCE_PACKAGE_CHROOT=series" can be specified in debian.env to force a particular chroot for source package contstruction. We could could this to override the default behavior (building the source package in a chroot matching the target series) if ever needed. New behavior: The source package _source.changes file is now built with the suitable 'dpkg-genchanges -vversion' relative to -updates as determined by rmadison. Fixed: The push :source method now works for arbitrary source package names, not just "linux". [PATCH v2] adds: + no orig tarball for -meta (or -signed); otherwise, verify tarball exists + special-case debuild -v handling for backport kernels with "~" versions + sanitize debuild -v handling when building already-published src pkgs + note in README: main kernel build repo can be used for -meta and -signed -Kamal ---- Kamal Mostafa (7): git-build-kernel: extract the correct source package name git-build-kernel: improve results summary for source packages git-build-kernel: support SOURCE_PACKAGE_CHROOT=series via debian.env git-build-kernel: debuild source packages with suitable -vversion git-build-kernel: squelch output noise when there is no debian/debian.env git-build-kernel: special case no-orig-tarball src packages git-build-kernel: add README notes about meta and signed git-build-kernel/README | 4 ++ git-build-kernel/git-build-kernel | 84 +++++++++++++++++++++++++++++++-------- 2 files changed, 72 insertions(+), 16 deletions(-) Acked-by: Kleber Sacilotto de Souza