From patchwork Thu Oct 19 15:37:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 1890 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0AA1627BBEA; Thu, 19 Oct 2023 16:38:58 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A4A5F27BBE2 for ; Thu, 19 Oct 2023 16:38:57 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtV6b-0006I1-A3; Thu, 19 Oct 2023 11:38:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtV6Z-0006Ed-E6 for guix-patches@gnu.org; Thu, 19 Oct 2023 11:38:35 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtV6Z-0000ib-5s for guix-patches@gnu.org; Thu, 19 Oct 2023 11:38:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtV6z-0005lR-Nr for guix-patches@gnu.org; Thu, 19 Oct 2023 11:39:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66500] [PATCH core-updates v2 0/3] Custom output labels for copy-build-system. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 15:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66500 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66500@debbugs.gnu.org Cc: Bruno Victal , Liliana Marie Prikler Received: via spool by 66500-submit@debbugs.gnu.org id=B66500.169772990522088 (code B ref 66500); Thu, 19 Oct 2023 15:39:01 +0000 Received: (at 66500) by debbugs.gnu.org; 19 Oct 2023 15:38:25 +0000 Received: from localhost ([127.0.0.1]:37512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtV6P-0005kC-8W for submit@debbugs.gnu.org; Thu, 19 Oct 2023 11:38:25 -0400 Received: from smtpm4.myservices.hosting ([185.26.105.235]:50302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtV6N-0005k4-6j for 66500@debbugs.gnu.org; Thu, 19 Oct 2023 11:38:23 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm4.myservices.hosting (Postfix) with ESMTP id 0FB0720C0F; Thu, 19 Oct 2023 17:37:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 75A9B80060; Thu, 19 Oct 2023 17:37:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IDJNf87jJ74l; Thu, 19 Oct 2023 17:37:54 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D111B8005B; Thu, 19 Oct 2023 17:37:53 +0200 (CEST) From: Bruno Victal Date: Thu, 19 Oct 2023 16:37:26 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Notable changes since v1: * Address documentation feedback. * Rebased to solve potential merge conflicts. Bruno Victal (3): build: copy-build-system: Allow specifying different output labels. gnu: docbook-dsssl: Refactor install-plan. gnu: docbook-dsssl: Fix script installation path. doc/guix.texi | 6 ++++++ gnu/packages/docbook.scm | 31 ++++++++++++++----------------- guix/build/copy-build-system.scm | 18 +++++++++++++----- 3 files changed, 33 insertions(+), 22 deletions(-) base-commit: d59653b7c9e43ebdbba20e2ca071429507f94c67