From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id QKWhGRaoxGEADgAAgWs5BA (envelope-from ) for ; Thu, 23 Dec 2021 17:47:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id EEI5FRaoxGEkaQAAB5/wlQ (envelope-from ) for ; Thu, 23 Dec 2021 16:47:18 +0000 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 34D9616E9D for ; Thu, 23 Dec 2021 17:47:18 +0100 (CET) Received: from localhost ([::1]:37824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0RFM-0001Br-U5 for larch@yhetil.org; Thu, 23 Dec 2021 11:47:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51814) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0REB-0000SE-5K for guix-patches@gnu.org; Thu, 23 Dec 2021 11:46:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51429) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n0REA-0005JX-Es for guix-patches@gnu.org; Thu, 23 Dec 2021 11:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n0REA-0006Tg-Bn for guix-patches@gnu.org; Thu, 23 Dec 2021 11:46:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52716] [PATCH] channels: Add 'branch' to 'channel->code' output. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 Dec 2021 16:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52716 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Brice Waegeneire Cc: 52716@debbugs.gnu.org Received: via spool by 52716-submit@debbugs.gnu.org id=B52716.164027793324857 (code B ref 52716); Thu, 23 Dec 2021 16:46:02 +0000 Received: (at 52716) by debbugs.gnu.org; 23 Dec 2021 16:45:33 +0000 Received: from localhost ([127.0.0.1]:34742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0RDh-0006Sr-4Z for submit@debbugs.gnu.org; Thu, 23 Dec 2021 11:45:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n0RDf-0006Se-RY for 52716@debbugs.gnu.org; Thu, 23 Dec 2021 11:45:32 -0500 Received: from [2001:470:142:3::e] (port=60850 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0RDa-0005BI-0h; Thu, 23 Dec 2021 11:45:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=y/lx6S+FwhFIwHtDdXNZKi4yt5VhXMQW/5tssjIQflg=; b=ETNtG1iyKRavWcPFqH1M bveOhCoxGB9sZMatwbuv/4EgINsePT8e9/3iNJHwFz56lBFP2MX7SUJD9cM8D249nueiXsxkDtsgW tsBrvVq+oU53q+fLO8FMCxITJVanb82VugoEFL7swGQ8XRFAjd9/qwVSkR3xKLb/USn93dxCD4Vfr dY1uFR8QVbdAb59t8hTTJiEUkCQ7DCVRO5okc+gkaU7XmZn2uw6Y24TAjGfC9ApvCXwB6wJvCo3VV LVcqRlEU/dJqcNOEaYIYkPld8KkpuKZtDB7CrfHJocloEjJjg7ykuMfHltGydBPlRKhJEEsGPtw6p wN3i3vdwlXtSig==; Received: from [2a01:cb18:832e:5f00:3563:417e:2a38:86d8] (port=49296 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0RDa-0006MA-2C; Thu, 23 Dec 2021 11:45:26 -0500 From: Mathieu Othacehe References: <20211221205601.4985-1-brice@waegenei.re> Date: Thu, 23 Dec 2021 17:45:24 +0100 In-Reply-To: <20211221205601.4985-1-brice@waegenei.re> (Brice Waegeneire's message of "Tue, 21 Dec 2021 21:56:01 +0100") Message-ID: <877dbvclsr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1640278038; 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: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: dkim-signature; bh=y/lx6S+FwhFIwHtDdXNZKi4yt5VhXMQW/5tssjIQflg=; b=cdXMvRStqGPJUY/BYZMWraQBgp9dBoTb85FoceShUaodI5jSnVnVjQGNU3eueo18uAtWjv WsBMILIk9S9G2EC5JiJ+f5X8wWO2gB4M3NNlmb0Y2SqpvbFggFDe8gsJ6fgK7/Em9Tpxmb O6brFk3yTu2R/0Tc6XQFnUePIojXJSBNtcP81/EduTvY1ssthRiy/B9szCOoNsDpb1ALvm sgEsCNw8++TeWY+mHCE95qNBTnozlm1KsRI9N/bO1Wh0HkOqFqd/FpghsZbFIXrPAg5GVp rjy5X4bVaJNrUGL4Msq/M503auRsK7sUzfx/YqTCgoWhuvD3BsEJ6fDbOB0csQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1640278038; a=rsa-sha256; cv=none; b=VFalvducfJzsMI1kPKlYhjCyyl5WXR2+JJYl5tAUjAIFCZdN3lf/dZ8X5xr5tNbFFMy+pQ eh8YyDUBtBOF3KbxFFfCDS+24CKhiyXA51XKT7ozotwK+/NhFmUNMeE2sMIptYGMvInGxY FzLzprUwwjF6fJsLPMIYLSHkrMOSAQ7nUsqL6oSjQjTAPBojapfyjBOvNdp8kn5o4wJPKK AVlYDz8uArgkXszHCEdaEAv2dq0t2sfoU6suAkSt40073YpJxVazealoVUnbDz1hEHePT0 xjZfTfhxbjazlhoun8KihhgPoSKzNdrYYDozv/oZJHg3wytIEO4lAp3L8zEqeg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ETNtG1iy; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -4.05 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ETNtG1iy; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 34D9616E9D X-Spam-Score: -4.05 X-Migadu-Scanner: scn0.migadu.com X-TUID: DMpz9uHTO0Nz Hello Brice, > * guix/channels.scm (channel->code): Add 'branch' to output. Seems fine! Thanks, Mathieu