GNU bug report logs - #49141
[PATCH] etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Sun, 20 Jun 2021 16:31:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Xinglu Chen <public <at> yoctocell.xyz>
Subject: bug#49141: closed (Re: bug#49141: [PATCH] etc: snippets: Use
 ‘hg-file-name’ when origin uses
 ‘hg-fetch’.)
Date: Sat, 26 Jun 2021 20:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#49141: [PATCH] etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’.

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 49141 <at> debbugs.gnu.org.

-- 
49141: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49141
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 49141-done <at> debbugs.gnu.org
Subject: Re: bug#49141: [PATCH] etc: snippets: Use ‘hg-file-name’ when
 origin uses ‘hg-fetch’.
Date: Sat, 26 Jun 2021 22:45:39 +0200
Hi,

Xinglu Chen <public <at> yoctocell.xyz> skribis:

> Adjust to changes in commit aaafd19bd1e37265de07e246286a6819792c25b4.
>
> * etc/snippets/scheme-mode/guix-origin: Use ‘hg-file-name’ instead of
> ‘string-append’ when ‘method’ for origin is ‘hg-fetch’.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] etc: snippets: Use ‘hg-file-name’ when origin uses ‘hg-fetch’.
Date: Sun, 20 Jun 2021 18:30:14 +0200
Adjust to changes in commit aaafd19bd1e37265de07e246286a6819792c25b4.

* etc/snippets/scheme-mode/guix-origin: Use ‘hg-file-name’ instead of
‘string-append’ when ‘method’ for origin is ‘hg-fetch’.
---
 etc/snippets/scheme-mode/guix-origin | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/snippets/scheme-mode/guix-origin b/etc/snippets/scheme-mode/guix-origin
index 2820a369f3..b763a32926 100644
--- a/etc/snippets/scheme-mode/guix-origin
+++ b/etc/snippets/scheme-mode/guix-origin
@@ -19,6 +19,8 @@
                  (t "(string-append \\"https://\\" version \\".tar.gz\\")"))}$0)
  ${1:$(cond ((equal yas-text "git-fetch")
              "(file-name (git-file-name name version))")
+            ((equal yas-text "hg-fetch")
+             "(file-name (hg-file-name name version))")
             ((member yas-text '("svn-fetch" "hg-fetch" "cvs-fetch" "bzr-fetch"))
              "(file-name (string-append name \\"-\\" version \\"-checkout\\"))")
             (t ""))}

base-commit: a211078f992bc5a26eaf787c6b01caa41de67597
-- 
2.32.0





This bug report was last modified 3 years and 330 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.