From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 0I0GHotQMWUCSwEA9RJhRA:P1 (envelope-from ) for ; Thu, 19 Oct 2023 17:51:39 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 0I0GHotQMWUCSwEA9RJhRA (envelope-from ) for ; Thu, 19 Oct 2023 17:51:39 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 33C8768494 for ; Thu, 19 Oct 2023 17:51:39 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697730699; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=sWti3KIA8Vy3MW2XxQIhaGYrs85gs0ikuSzkG76fbWM=; b=GSbpltRf2S7E24ldaxgBc2A4aCevcGVGy8NgAN7mAaogw64V2ZG0OahctnRLCKNb15vrUX E/Y8OlJc2Iwfkl5etvZpNG2RHjzKdwzuUR0G2/hlbjphOQBumf9gcAncV9MqCU7Jmy0P30 DQuJG96DKeMnjOivOgofjkh8NIyk+vTfoVvpQHSP5dbt0pycd2R2jVtGquwyG23kro/gAv QFXQM9rNqyiz22Tcz8n3C6nI7OGX29XZdTo+BPphfHpnuYH8EC3CdwVI4IKNKlDcfHRLYj n9qsNuu2t/P2/FU4qbJFUZZQTdyMzZKZnZBgpDgL55O56p4ypjvUbCv92PaUig== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697730699; a=rsa-sha256; cv=none; b=oam+8cq7ZM6IA+gedVsYzt24d44n69bmwYkil9raBZ07KV1N7eASW5XF0GVeR+M43Oynzn fjYp0ntCDLH6GeivOj2Jkj2og7hT3GTyRv4ENPkUkYevLnewsSjaUMeLKYqK6KeTwm2+2D IltSXpNB9jbhmj15y9tUTkhMpOkDzw4VIAsj0KJurTsrNQT/Oluv/5BUQ0zleUGnXwXxSR dqrm/YJV6Ql1GtnQhfJ0bQWMix9amEaR8Ik8jjoNOZ/2bLPBZj9vQU6n9jbqqO8lAByE1M OgvG9+s5cBKGRNy7feLefFRPZYpR6X1eg5rMvI5mbs5Cn53hKU0rhUNK0ayW5A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtVJB-00083y-G3; Thu, 19 Oct 2023 11:51: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 1qtVJ9-00083a-PP for guix-patches@gnu.org; Thu, 19 Oct 2023 11:51: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 1qtVJ9-0000Qz-Gv for guix-patches@gnu.org; Thu, 19 Oct 2023 11:51:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtVJa-0006IK-43 for guix-patches@gnu.org; Thu, 19 Oct 2023 11:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66500] [PATCH core-updates 1/3] build: copy-build-system: Allow specifying different output labels. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 15:52:02 +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: Liliana Marie Prikler Cc: 66500@debbugs.gnu.org Received: via spool by 66500-submit@debbugs.gnu.org id=B66500.169773071724185 (code B ref 66500); Thu, 19 Oct 2023 15:52:02 +0000 Received: (at 66500) by debbugs.gnu.org; 19 Oct 2023 15:51:57 +0000 Received: from localhost ([127.0.0.1]:37642 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtVJU-0006I1-RO for submit@debbugs.gnu.org; Thu, 19 Oct 2023 11:51:57 -0400 Received: from smtpmciv2.myservices.hosting ([185.26.107.238]:34940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtVJR-0006Hr-SO for 66500@debbugs.gnu.org; Thu, 19 Oct 2023 11:51:55 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv2.myservices.hosting (Postfix) with ESMTP id CD07D20CC5; Thu, 19 Oct 2023 17:51:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 41495800AA; Thu, 19 Oct 2023 17:36:12 +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 mRayD9X-DG5P; Thu, 19 Oct 2023 17:36:12 +0200 (CEST) Received: from [192.168.1.116] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id BC2D5800A7; Thu, 19 Oct 2023 17:36:11 +0200 (CEST) Message-ID: <798c0423-d685-47b9-b6a3-b209743ee28e@makinata.eu> Date: Thu, 19 Oct 2023 16:36:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US References: From: Bruno Victal In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -6.11 X-Migadu-Queue-Id: 33C8768494 X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.11 X-TUID: WukfWdZPQw6D Hi Liliana, On 2023-10-19 10:46, Liliana Marie Prikler wrote: > This is perhaps extremely nitpicky, but there should be a comma before > "the @code{#:output} argument". Addressing this with v2. > s/for output labelled/within the output named/ > or > s/for output labelled \"doc\"/within the \"doc\" output/ Likewise, went for the second choice here. > Otherwise LGTM. Note, however, that CI doesn't like this series. Strange, the CI complains of a merge conflict yet I didn't encounter any issues when rebasing this to the latest core-updates [1]. [1]: guix commit d59653b7c9e43ebdbba20e2ca071429507f94c67 -- Furthermore, I consider that nonfree software must be eradicated. Cheers, Bruno.