Re: [Guix Website] A Search Page for Packages

2022-11-07 Thread Ludovic Courtès
Hi, Christopher Baines skribis: > So, personally I think the simplist path forward is to create > packages.guix.gnu.org as the domain, and do stuff there. That will help > avoid getting stuck up on how to integrate with the main website. Agreed, let’s do that. Luis, please email guix-sysadmin

Re: Compile skribilo doc containing guix channel references

2022-11-07 Thread Ludovic Courtès
Hi, zimoun skribis: > On Sat, 05 Nov 2022 at 19:03, Ludovic Courtès wrote: [...] >> Nice! Including channel info in the document like you do here is >> probably a major use case; it also makes a lot of sense in the context >> of reproducible research workflows. > > Ludo, what do you have in

Re: Release progress, week 3

2022-11-07 Thread Ludovic Courtès
Hi, Efraim Flashner skribis: > If you want to add a bit more to the mix you can add riscv64-linux and > powerpc-linux as build targets. We don’t have hardware in the build farms for these two, so that’s future work. Ludo’.

Re: Update on automating testing of patches and qa.guix.gnu.org

2022-11-07 Thread zimoun
Hi Chris, Thanks! Really cool. On sam., 05 nov. 2022 at 12:24, Christopher Baines wrote: > - The creation of the patch branches is now handled here (rather than >through scripts run by Laminar) Is it possible to have access to the branch? As discussed with Josselin at 10 Years Days, we

Re: Compile skribilo doc containing guix channel references

2022-11-07 Thread zimoun
Hi Phil, On dim., 06 nov. 2022 at 22:12, Phil wrote: > At the moment compilation is only manual and from inside the repo clone: > guix environment skribilo guile -- guix repl -- compile-docs.scm I see. Interesting as a way to document the channel. Because I find hard to write and read Skribil

Re: Update on automating testing of patches and qa.guix.gnu.org

2022-11-07 Thread Christopher Baines
zimoun writes: > Hi Chris, > > Thanks! Really cool. > > On sam., 05 nov. 2022 at 12:24, Christopher Baines wrote: > >> - The creation of the patch branches is now handled here (rather than >>through scripts run by Laminar) > > Is it possible to have access to the branch? As discussed wit

Re: Compile skribilo doc containing guix channel references

2022-11-07 Thread zimoun
Hi Ludo, On lun., 07 nov. 2022 at 10:21, Ludovic Courtès wrote: > In a published paper, it’d be useful to include channel information, and > Skribilo/Guix integration is one way to do that. For the convenience of > people who do not use Guix, some might also find it to include > approximate pac

Re: Release progress, week 3

2022-11-07 Thread Andreas Enge
Hello, mpfr-4.1.1 is expected to be released tomorrow: https://sympa.inria.fr/sympa/arc/mpfr/2022-11/msg0.html I do not expect there to be any breakage (this is a bugfix release), but adding it would require to recompile everything. Is this feasible before the release? Or should we do it

Should git depends on nss-certs

2022-11-07 Thread Nguyễn Gia Phong
GIT_SSL_CAINFO seems to be set local to the environment. For example, I had nss-certs system-wide and git in home environment, and the env var is set to $HOME/.guix-home/profile/etc/ssl/certs/ca-certificates.crt which doesn't exist.