[PATCH] guix: narinfo: Export narinfo-contents.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 4 years ago
(address . guix-patches@gnu.org)
20210201200021.23198-1-mail@cbaines.net
As this is useful if you want to work with narinfo signatures outside of Guix,
in the Guix Data Service for example.

* guix/narinfo.scm: Export narinfo-contents.
---
guix/narinfo.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/guix/narinfo.scm b/guix/narinfo.scm
index 241090ec98..d3deba28bd 100644
--- a/guix/narinfo.scm
+++ b/guix/narinfo.scm
@@ -50,6 +50,7 @@
narinfo-deriver
narinfo-system
narinfo-signature
+ narinfo-contents
narinfo-hash-algorithm+value
--
2.30.0
Ludovic Courtès wrote 4 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 46244@debbugs.gnu.org)
87sg6eg702.fsf@gnu.org
Hi,

Christopher Baines <mail@cbaines.net> skribis:

Toggle quote (5 lines)
> As this is useful if you want to work with narinfo signatures outside of Guix,
> in the Guix Data Service for example.
>
> * guix/narinfo.scm: Export narinfo-contents.

Sure, LGTM!

Ludo’.
Christopher Baines wrote 4 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 46244-done@debbugs.gnu.org)
87lfc6z2ie.fsf@cbaines.net
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (11 lines)
> Hi,
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> As this is useful if you want to work with narinfo signatures outside of Guix,
>> in the Guix Data Service for example.
>>
>> * guix/narinfo.scm: Export narinfo-contents.
>
> Sure, LGTM!

Great, I've pushed this to master now as
2d518f7eb59e7f75bdfbf7e4dfb401a48043be96 :)
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmAZqYlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcnFg//fDeF9bSrp5dVXwdH5Q8PGz3gC2V4kpV+
IH1Ws4+YHPJsYMemgrnE6blUBi66k7+934N4kNk32kVKDdW8UWxS3CO/+MeeHTE8
mc7qY8V3tkK0QucYqmNBBfoDHB19dcBCdXF4D+OhWm35rVmwiaRMLrQxOp+6Pwhx
d76ZDCMH9fTEJXjiNumfTKDQGTohhyBXtXhQ+sDc0uvMZDL9pi8wv/Y9R+PJZjNs
0W92jP0NBEmdH30sHZXBlYFgX7j14pIHoGWMtI0KEFc7GK4fQkRt4PiM2U1w/CT7
Gii/t24kZmw3UK4VEH6TUs0WJd4NrAANzSmiP4iewGGV4w6XhekASNIHhH47cDFq
61eYGYkV/IbcjecMj6BP6R5NapeMN/ZhHFTOMYIBavcYsbGxNd2XeM5gp0rYstuH
TDnc5J1UwwKglwi67qQsh266fbdCcOlzAbBtMusDQWEWJl1qhCefF7u7eYhnOrm7
XaDA8fgxQt9/4cqH5rXzrwiWB3WzGwG0WrtyIbKlTi1JdFaUir7Fu3f7LG+FAm4C
/N/OOf2/Zbu5B20bebykI6QFKwtnu0CqHdA8/g08OMEn/4MdcrI2ggUfRXqvztjl
rxdDFSB0ryY80i1sWEcSe0w/fKGSvKQxzUYA0NupT0xIwq3t0xMW6lH48lF1tn6r
A4AATlKUaCg=
=zNPy
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46244@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46244
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help