Re: Public guix offload server

2021-10-23 Thread Arun Isaac
>> $ export GUIX_DAEMON_SOCKET=ssh://char...@sandbox.guix.gnu.org:22 >> $ guix build foo > > …requires an SSH access by ’charlie’ to sandbox.guix.gnu.org, And they > think this access is risky. We could provide SSH access but no shell access. We could use some restricted shell in the spirit of g

Re: bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2021-10-23 Thread Leo Famulari
On Fri, Oct 22, 2021 at 02:17:33PM -0700, Vagrant Cascadian wrote: > * Disable substitutes for relevent packages. Technically correct as > license incompatibility is only triggered on transmission of binary, > though maybe missing something about the spirit of the GPL. Maybe, but did anyone wi

public-inbox/elfeed -> Maildir bridge (was: Incentives for review)

2021-10-23 Thread Kyle Meyer
zimoun writes: > On Fri, 22 Oct 2021 at 21:43, Kyle Meyer wrote: [...] >> https://yhetil.org/guix-patches/?q=dfn:docker&x=A > > Oh, that’s really cool! > > Do you know a bridge from Elfeed to Message-mode? > > I mean, using the feed you are referring, Alice gets: > > --8<---cut here

Re: Preservation of Guix 2021-10-22

2021-10-23 Thread Timothy Sample
Hello, zimoun writes: > How can I get the list of these 376+217 packages? Because it appears to > me easy to send a save request for them. :_) Download the database (there’s a button at the bottom of the report), and use SQLite to run the following queries. For the 376: SELECT fod_id,

Re: EXWM

2021-10-23 Thread André A . Gomes
André A. Gomes writes: > Therefore the claim that Guix forces a default EXWM config on the users > isn't entirely true. Actually, I made a mistake again. Guix seems to force a default EXWM config. Find a proof below. Emacs, as of today, is started by evaluating the following sexp: --8<--

Re: bug#34717: GPL and Openssl incompatibilities in u-boot and possibly others

2021-10-23 Thread Maxime Devos
Vagrant Cascadian schreef op vr 22-10-2021 om 14:15 [-0700]: > [...] > Though, it is *possible* that various u-boot-BOARD in some cases > doesn't > include any openssl code at all in the resulting binaries, but builds > some tools used during the build process, that are then used to > produce > var

Re: --with-source version not honored?

2021-10-23 Thread Phil
Hi, Ludovic Courtès writes: > For historical reasons, ‘--with-source’ only applies to leaf packages, > unlike most (all?) other transformation inputs. Concretely, this works: Yes I think this is what I'm hitting. I want to reference a package using --with-source, but then immediately build an

Re: Preservation of Guix 2021-10-22

2021-10-23 Thread zimoun
Hi Timothy, On Fri, 22 Oct 2021 at 21:09, Timothy Sample wrote: > As promised, here is the updated Preservation of Guix Report: > > https://ngyro.com/pog-reports/2021-10-22/ Cool! > I didn’t add the breakdowns that zimoun suggested (yet), but here is a > bit of extra information. Of the

Re: Incentives for review

2021-10-23 Thread zimoun
Hi, On Fri, 22 Oct 2021 at 21:43, Kyle Meyer wrote: > Fwiw public-inbox () indexes the file name > from diffs. Searching with the "dfn:" prefix against > , you can get a feed of changes > touching particular paths by using the "dfn:" pr

Re: Public guix offload server

2021-10-23 Thread zimoun
Hi Arun, On Sat, 23 Oct 2021 at 11:19, Arun Isaac wrote: >> Imagine another Cuirass instance where any committer could add [1] their >> own branch. It would act as this minimal job submission API. > I don't think we need Cuirass. We could just use the remote guix-daemon > features that are alr