Re: guix git authenticate throws hard

2022-10-26 Thread Julien Lepiller
It says fingerprint, so it's fingerprint. Using email or name would not be as secure. Le 26 octobre 2022 07:35:20 GMT+02:00, jgart a écrit : >On Wed, 26 Oct 2022 07:21:35 +0200 Julien Lepiller wrote: >> From the manual: "signer is the OpenPGP fingerprint of public key used to >> sign commit.",

Re: Rust on aarch64-linux

2022-10-26 Thread Efraim Flashner
On Sat, Oct 22, 2022 at 11:22:50PM +0300, Efraim Flashner wrote: > On Fri, Oct 21, 2022 at 10:51:59AM +0200, Ludovic Courtès wrote: > > Hello, > > > > Efraim Flashner skribis: > > > > > I'm not sure there is a bug report, I didn't see it either. It looks > > > like when I bumped rust-bootstrap f

Re: emacs-guix (upstream) needs more love: a survey of repositories, homepage and issues

2022-10-26 Thread Théo Tyburn
Hey all of you, I'm still interested. I go by teddd on IRC. I'll write you there Ludo. Cheers, Théo On Thu, Oct 6, 2022, 16:01 Ludovic Courtès wrote: > Hi Simon, Théo, Kaelyn, > > Simon Streit skribis: > > > Théo Maxime Tyburn writes: > >> It is here https://github.com/theottm/emacs-guix-cl

Re: How long does it take to run the full rustc bootstrap chain?

2022-10-26 Thread bokr
Hi, On +2022-10-22 09:48:50 -0400, Maxim Cournoyer wrote: > Hi, > > Félix Baylac Jacqué writes: > > > Hey Guix, > > > > I'd be curious to know how long it takes to run the full rustc bootstrap > > chain on the Guix build farm. I'm sadly not sure how to approach this > > problem. > > > > Is ther

Re: guix git authenticate throws hard

2022-10-26 Thread jgart
On Wed, 26 Oct 2022 09:07:57 +0200 Julien Lepiller wrote: > It says fingerprint, so it's fingerprint. Using email or name would not be as > secure. > > Le 26 octobre 2022 07:35:20 GMT+02:00, jgart a écrit : > >On Wed, 26 Oct 2022 07:21:35 +0200 Julien Lepiller > >wrote: > >> From the manual:

Re: guix git authenticate throws hard

2022-10-26 Thread jgart
On Wed, 26 Oct 2022 19:07:40 -0500 jgart wrote: > On Wed, 26 Oct 2022 09:07:57 +0200 Julien Lepiller wrote: > What do you think if we have a CLI flag for git authenticate I meant `guix authenticate` not `git authenticate` ;()

GHC >= 9.0?

2022-10-26 Thread jgart
Hi, what's the status on packaging GHC >= 9.0? Is anyone working on that? all best, jgart

Re: Packages depending on (guix build syscalls)

2022-10-26 Thread Maxim Cournoyer
Hello, Efraim Flashner writes: [...] >> It is great to have ‘font-abattis-cantarell’ built from source (since >> commit 97766323bc6e2b4dcfba4d6b46749a4280bca709), but it’s costly. >> >> There’s probably not much we can do, unless the python-afdko -> icedtea >> dependency is optional. >> >> Id

Re: guix git authenticate throws hard

2022-10-26 Thread Julien Lepiller
Commit signing is a git feature, so git itself can be used to check your last commits are signed: git log --show-signature This will look the same as git log if the commit is unsigned, and show the result of gpg —verify otherwise. Red background if unverified (eg. you don't have the public key

Re: GHC >= 9.0?

2022-10-26 Thread Lars-Dominik Braun
Hi jgart, > Hi, what's the status on packaging GHC >= 9.0? > Is anyone working on that? there is commit 7a9350c208be14484d4fa6d90c0169f40fcf500e on wip-haskell, which adds GHC 9.0.2. No further work has been done to update the Haskell ecosystem. Help is welcome though, because it’s very time-consu