From unknown Sun Jun 22 07:49:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78030] [PATCH 0/2] Symref support in channels Resent-From: Romain GARBAGE Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Thu, 24 Apr 2025 08:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78030 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78030@debbugs.gnu.org Cc: ludovic.courtes@inria.fr, Romain GARBAGE , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice Received: via spool by submit@debbugs.gnu.org id=B.174548272311630 (code B ref -1); Thu, 24 Apr 2025 08:19:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Apr 2025 08:18:43 +0000 Received: from localhost ([127.0.0.1]:35415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u7rn9-00031W-9U for submit@debbugs.gnu.org; Thu, 24 Apr 2025 04:18:43 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47984) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u7rn5-00030X-3Z for submit@debbugs.gnu.org; Thu, 24 Apr 2025 04:18:39 -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 1u7rmu-0007pn-DT for guix-patches@gnu.org; Thu, 24 Apr 2025 04:18:28 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u7rmr-0001N4-Q2 for guix-patches@gnu.org; Thu, 24 Apr 2025 04:18:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=i6PpVmF0LMhphyf633g5m6qTivK6q7D0ISI34B7Migk=; b=kUSP4U0bvNSPbyb6Vb2eCFTfsyQFf52feS398qd8TqT5wmAGdHfBbBqH 7w6JdJEVktPdB+uz1ccHf7/w34HYkneSCb2HaPDYXVKA18gnB/7TKy+B3 bnnBDmsxMOPV1ssXkGcKXcrbr7UwnCU5WElZDURY6+FwIsgQMBxgCR1pE 4=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=romain.garbage@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,235,1739833200"; d="scan'208";a="115046738" Received: from unknown (HELO guix-A102.bordeaux.inria.fr) ([193.50.110.224]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2025 10:18:19 +0200 From: Romain GARBAGE Date: Thu, 24 Apr 2025 10:14:16 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.104; envelope-from=romain.garbage@inria.fr; helo=mail3-relais-sop.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This patch series adds support for symbolic references in channel definitions (more specifically the =branch= field), which is needed to support the Agit workflow. Romain GARBAGE (2): guix: channels: Add symref support. guix: git: Add support for symbolic references. guix/channels.scm | 8 +++++++- guix/git.scm | 12 ++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) base-commit: b12d44dd5e35ac236bf3fbb5619b9c8c2f42c902 -- 2.49.0 From unknown Sun Jun 22 07:49:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78030] [PATCH 1/2] guix: channels: Add symref support. References: In-Reply-To: Resent-From: Romain GARBAGE Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Thu, 24 Apr 2025 08:21:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78030 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78030@debbugs.gnu.org Cc: ludovic.courtes@inria.fr, Romain GARBAGE , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice Received: via spool by 78030-submit@debbugs.gnu.org id=B78030.174548282812347 (code B ref 78030); Thu, 24 Apr 2025 08:21:04 +0000 Received: (at 78030) by debbugs.gnu.org; 24 Apr 2025 08:20:28 +0000 Received: from localhost ([127.0.0.1]:35432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u7rop-0003Cz-A4 for submit@debbugs.gnu.org; Thu, 24 Apr 2025 04:20:27 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:35657) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u7rol-0003BL-70 for 78030@debbugs.gnu.org; Thu, 24 Apr 2025 04:20:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+W6WDXIiC5Vv2tAhS7kHU7qQYWKoCqiepWWhnUvUqMM=; b=kzaJWGJk9X9SllxGhyENkUHWhyS4yqBrIQIU+8JF+5K0pALgO2aiURuA XBM94qibiUoqPim/A55gw4emWizmWN13uWOXpPa4mx77KPa2gw6ijKquu SbSWhJXOYg8DLTUpMz+/0G+USryxMH+/QVV9UlgnakC15T6H5bcJV40BW 4=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=romain.garbage@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,235,1739833200"; d="scan'208";a="115047411" Received: from unknown (HELO guix-A102.bordeaux.inria.fr) ([193.50.110.224]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2025 10:20:17 +0200 From: Romain GARBAGE Date: Thu, 24 Apr 2025 10:19:58 +0200 Message-ID: <6d8680624a6d3c0b30bb93adc0b2a2f86b1463f3.1745482799.git.romain.garbage@inria.fr> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * guix/channels.scm (channel-reference): Add symref support. Change-Id: Iea93aa22479ec21900af947c4df79a3ed97b5e62 --- guix/channels.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guix/channels.scm b/guix/channels.scm index 4700f7a45d..72450da395 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -250,7 +250,13 @@ (define (channel-reference channel) "Return the \"reference\" for CHANNEL, an sexp suitable for 'latest-repository-commit'." (match (channel-commit channel) - (#f `(branch . ,(channel-branch channel))) + (#f (let ((branch (channel-branch channel))) + (cond + ((and (string? branch) + (string-prefix? "refs/" + branch)) + `(symref . ,branch)) + (#t `(branch . ,branch))))) (commit `(tag-or-commit . ,(channel-commit channel))))) (define sexp->channel-introduction base-commit: b12d44dd5e35ac236bf3fbb5619b9c8c2f42c902 -- 2.49.0 From unknown Sun Jun 22 07:49:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78030] [PATCH 2/2] guix: git: Add support for symbolic references. Resent-From: Romain GARBAGE Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Thu, 24 Apr 2025 08:21:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78030 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78030@debbugs.gnu.org Cc: ludovic.courtes@inria.fr, Romain GARBAGE , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice Received: via spool by 78030-submit@debbugs.gnu.org id=B78030.174548283012378 (code B ref 78030); Thu, 24 Apr 2025 08:21:05 +0000 Received: (at 78030) by debbugs.gnu.org; 24 Apr 2025 08:20:30 +0000 Received: from localhost ([127.0.0.1]:35434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u7roq-0003D6-25 for submit@debbugs.gnu.org; Thu, 24 Apr 2025 04:20:29 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:35657) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u7rom-0003BL-PC for 78030@debbugs.gnu.org; Thu, 24 Apr 2025 04:20:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/ktMa29zsNEHEHV5H7DHvUguOto59dD4i670FE3RW/s=; b=bsZSPhX7cRCQA75Wn4aVmJ0ck5Z1VOX1LA/l082ZuscqExaan4Uk+uyW +QMmLxJVBC1n0mBQJosxru8rAZRKYLT8ID00zxcX13Rp2LrUZx0TmYl1o aSXLnwzbG/hMtLJRkZz0SGD8VyipKNFVxIjPJi+lyOgfmbqkIkLAw6+NK 4=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=romain.garbage@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,235,1739833200"; d="scan'208";a="115047415" Received: from unknown (HELO guix-A102.bordeaux.inria.fr) ([193.50.110.224]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2025 10:20:17 +0200 From: Romain GARBAGE Date: Thu, 24 Apr 2025 10:19:59 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 In-Reply-To: <6d8680624a6d3c0b30bb93adc0b2a2f86b1463f3.1745482799.git.romain.garbage@inria.fr> References: <6d8680624a6d3c0b30bb93adc0b2a2f86b1463f3.1745482799.git.romain.garbage@inria.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * guix/git.scm (update-cached-checkout): Add support for symbolic references. Change-Id: Ib7874e2a30f97e51fdfdc2231a3bc5a3b45a177d --- guix/git.scm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/guix/git.scm b/guix/git.scm index 01e0918588..a6d921a8cf 100644 --- a/guix/git.scm +++ b/guix/git.scm @@ -563,7 +563,7 @@ (define* (update-cached-checkout url to REF, and the relation of STARTING-COMMIT relative to the new commit (if provided) as returned by 'commit-relation'. -REF is pair whose key is [branch | commit | tag | tag-or-commit ] and value +REF is pair whose key is [branch | commit | symref | tag | tag-or-commit ] and value the associated data: [ | | | ]. If REF is the empty list, the remote HEAD is used. @@ -599,6 +599,11 @@ (define* (update-cached-checkout url (string-append "origin/" branch)))) (_ ref))) + (define symref-list + (match ref + (('symref . symref) (list symref)) + (_ '()))) + (with-libgit2 (set-git-timeouts connection-timeout read-timeout) (let* ((cache-exists? (openable-repository? cache-directory)) @@ -613,7 +618,10 @@ (define* (update-cached-checkout url (remote-fetch (remote-lookup repository "origin") #:fetch-options (make-default-fetch-options #:verify-certificate? - verify-certificate?))) + verify-certificate?) + ;; Symbolic references are not fetched from the remote by + ;; default. + #:refspecs symref-list)) (when recursive? (update-submodules repository #:log-port log-port #:fetch-options -- 2.49.0 From unknown Sun Jun 22 07:49:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Romain GARBAGE Subject: bug#78030: closed (Re: [bug#78030] [PATCH 2/2] guix: git: Add support for symbolic references.) Message-ID: References: <8734dwdrdu.fsf@gnu.org> X-Gnu-PR-Message: they-closed 78030 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78030@debbugs.gnu.org Date: Fri, 25 Apr 2025 18:40:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1745606404-24078-1" This is a multi-part message in MIME format... ------------=_1745606404-24078-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78030: [PATCH 0/2] Symref support in channels which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 78030@debbugs.gnu.org. --=20 78030: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78030 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1745606404-24078-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78030-done) by debbugs.gnu.org; 25 Apr 2025 18:39:57 +0000 Received: from localhost ([127.0.0.1]:52895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u8Nxs-0006FO-Nv for submit@debbugs.gnu.org; Fri, 25 Apr 2025 14:39:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48704) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u8Nxp-0006Eo-JY for 78030-done@debbugs.gnu.org; Fri, 25 Apr 2025 14:39:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u8Nxi-0006cc-L5; Fri, 25 Apr 2025 14:39:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=yLOnUDfTNYmyVzheE2BKt2wyzu5Kkao6WQ/Byh+qkio=; b=dtsrr2ZxzXSYPEnCI/If cyxcV8gR4avptlEDssazd9M+wdFPIRqkv6XXQQZEC9wrqLC+giimZ7GeGI/qdEa2hEeAMUVdpkQ0a 18BK1Hfl6UyMWsfy+GUjEHozjf/SVPWbsUJcrW61KIb/0bRdLwWmYN4wD2EVwI+7KWnDEMbx78im0 PpOJX/0/gRYiHvlzA1pIrpXDHp0qNKzlvd+t2thjx8t3K+CdqFbslju2vjsLDfiyjrukG5wWf4D7a 3ucRRQJ2WTbZ3TuWV+A/2SLhTr4uF7mcR/vU9TieSIdvzAfYbRFNVTSPX3mlQpiP+EmwM2E2WUznh sw19Vnm5nGWkCg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Romain GARBAGE Subject: Re: [bug#78030] [PATCH 2/2] guix: git: Add support for symbolic references. In-Reply-To: (Romain GARBAGE's message of "Thu, 24 Apr 2025 10:19:59 +0200") References: <6d8680624a6d3c0b30bb93adc0b2a2f86b1463f3.1745482799.git.romain.garbage@inria.fr> Date: Fri, 25 Apr 2025 20:31:57 +0200 Message-ID: <8734dwdrdu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 78030-done Cc: Josselin Poiret , Simon Tournier , Mathieu Othacehe , Tobias Geerinckx-Rice , ludovic.courtes@inria.fr, Christopher Baines , 78030-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Pushed: 7e90241586 git: Add support for symbolic references. f3021149a8 channels: Add symref support. Note that I changed the =E2=80=98cond=E2=80=99 in the first commit to an = =E2=80=98if=E2=80=99. Thanks! Ludo=E2=80=99. ------------=_1745606404-24078-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Apr 2025 08:18:43 +0000 Received: from localhost ([127.0.0.1]:35415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u7rn9-00031W-9U for submit@debbugs.gnu.org; Thu, 24 Apr 2025 04:18:43 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47984) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u7rn5-00030X-3Z for submit@debbugs.gnu.org; Thu, 24 Apr 2025 04:18:39 -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 1u7rmu-0007pn-DT for guix-patches@gnu.org; Thu, 24 Apr 2025 04:18:28 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u7rmr-0001N4-Q2 for guix-patches@gnu.org; Thu, 24 Apr 2025 04:18:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=i6PpVmF0LMhphyf633g5m6qTivK6q7D0ISI34B7Migk=; b=kUSP4U0bvNSPbyb6Vb2eCFTfsyQFf52feS398qd8TqT5wmAGdHfBbBqH 7w6JdJEVktPdB+uz1ccHf7/w34HYkneSCb2HaPDYXVKA18gnB/7TKy+B3 bnnBDmsxMOPV1ssXkGcKXcrbr7UwnCU5WElZDURY6+FwIsgQMBxgCR1pE 4=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=romain.garbage@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,235,1739833200"; d="scan'208";a="115046738" Received: from unknown (HELO guix-A102.bordeaux.inria.fr) ([193.50.110.224]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2025 10:18:19 +0200 From: Romain GARBAGE To: guix-patches@gnu.org Subject: [PATCH 0/2] Symref support in channels Date: Thu, 24 Apr 2025 10:14:16 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Christopher Baines , Josselin Poiret , Ludovic Courtès , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.104; envelope-from=romain.garbage@inria.fr; helo=mail3-relais-sop.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: ludovic.courtes@inria.fr, Romain GARBAGE X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This patch series adds support for symbolic references in channel definitions (more specifically the =branch= field), which is needed to support the Agit workflow. Romain GARBAGE (2): guix: channels: Add symref support. guix: git: Add support for symbolic references. guix/channels.scm | 8 +++++++- guix/git.scm | 12 ++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) base-commit: b12d44dd5e35ac236bf3fbb5619b9c8c2f42c902 -- 2.49.0 ------------=_1745606404-24078-1--