From patchwork Tue Feb 26 14:59:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thadeu Lima de Souza Cascardo X-Patchwork-Id: 1048402 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 44826n5Fxpz9sCH; Wed, 27 Feb 2019 02:00:15 +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 1gyeDG-0001mW-LJ; Tue, 26 Feb 2019 15:00:06 +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 1gyeDE-0001mI-On for kernel-team@lists.ubuntu.com; Tue, 26 Feb 2019 15:00:04 +0000 Received: from 200-160-95-202.static-user.ajato.com.br ([200.160.95.202] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1gyeDE-0003IQ-20 for kernel-team@lists.ubuntu.com; Tue, 26 Feb 2019 15:00:04 +0000 From: Thadeu Lima de Souza Cascardo To: kernel-team@lists.ubuntu.com Subject: [precise/lts-trusty v2 0/2] Split copy-files from update-from-*master Date: Tue, 26 Feb 2019 11:59:56 -0300 Message-Id: <20190226145958.19872-1-cascardo@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190221165933.5616-1-cascardo@canonical.com> References: <20190221165933.5616-1-cascardo@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" Per subject. Thadeu Lima de Souza Cascardo (2): UBUNTU: Packaging: Introduce copy-files and local-mangle UBUNTU: Packaging: Make update-from-*master call copy-files debian.trusty/etc/local.conf | 2 + debian.trusty/etc/update-from-trusty-master | 33 +--------- debian.trusty/scripts/helpers/copy-files | 67 +++++++++++++++++++++ debian.trusty/scripts/helpers/local-mangle | 36 +++++++++++ 4 files changed, 106 insertions(+), 32 deletions(-) create mode 100644 debian.trusty/etc/local.conf create mode 100755 debian.trusty/scripts/helpers/copy-files create mode 100755 debian.trusty/scripts/helpers/local-mangle Acked-by: Stefan Bader Acked-by: Marcelo Henrique Cerri