Re: Proposal: Separate the guix repo

2022-01-16 Thread Ryan Prior
‐‐‐ Original Message ‐‐‐ On Sunday, January 16th, 2022 at 4:21 AM, Jacob Hrbek wrote: > Currently it's taking me 1~4 hours (depending on the system without > > outsourcing the load on high performance system) to build the guix > > repository in order to be able to test the contribution

Re: GNU Shepherd config contribution

2022-01-16 Thread jbranso
Hey, Adam thanks for this submission! I think it's great that you can give examples of shepherd services! I don't really know much about how to define shepherd services. Maybe you could teach me sometime. Since, you are wanting to submit code, we recommend that you paste your code to guix-pat

Re: Proposal: Separate the guix repo

2022-01-16 Thread Julien Lepiller
You probably want "make make-packages-go" and similar targets (maybe also make-cli-go). Le 16 janvier 2022 09:30:54 GMT+01:00, Ryan Prior a écrit : >‐‐‐ Original Message ‐‐‐ > >On Sunday, January 16th, 2022 at 4:21 AM, Jacob Hrbek >wrote: > >> Currently it's taking me 1~4 hours (depen

Re: Document /homeless-shelter?

2022-01-16 Thread Matt
On Sun, 16 Jan 2022 00:20:49 -0500 Leo Famulari wrote > It could be documented briefly in the manual section Build Environment > Setup. How does this look? >From 34fcd075efad1577aa139012c5d2fccf44e10058 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 16 Jan 2022 12:30:37 -0500 Su

Re: Document /homeless-shelter?

2022-01-16 Thread Maxime Devos
Hi, Matt schreef op zo 16-01-2022 om 12:38 [-0500]: > +The @env{HOME} environment variable is set to @file{/homeless-shelter} > +during the build process. This ensures builds are determistic and > +highlights all uses of @env{HOME}. Packages should not depend on the > +pathname of a home directo

Re: Document /homeless-shelter?

2022-01-16 Thread Leo Famulari
On Sun, Jan 16, 2022 at 12:38:52PM -0500, Matt wrote: > Subject: [PATCH] Document /homeless-shelter I pushed a simpler addition to the manual: https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi#n1181 Of course I made a silly typo and so this change takes place over two commits. > +Th

Re: Document /homeless-shelter?

2022-01-16 Thread Leo Famulari
On Sun, Jan 16, 2022 at 07:16:11PM +0100, Maxime Devos wrote: > > +(modify-phases %standard-phases > > + (add-before 'check 'fix-home-directory > > +(lambda _ > > + (setenv "HOME" "/tmp" > > +@end lisp > > Sometimes ‘hand-written, automake/cmake/... is bloat!’-style Makefiles > insta

Re: Document /homeless-shelter?

2022-01-16 Thread Matt
On Sun, 16 Jan 2022 13:25:57 -0500 Leo Famulari wrote > On Sun, Jan 16, 2022 at 12:38:52PM -0500, Matt wrote: > > Subject: [PATCH] Document /homeless-shelter > > I pushed a simpler addition to the manual: > > https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi#n1181

Preservation of Guix report 2022-01-16

2022-01-16 Thread Timothy Sample
Hi all, I’ve published a new preservation of Guix report: https://ngyro.com/pog-reports/latest/ Actually, the URL is , but I thought having a way to reference the latest report would be helpful. There’s no big news in the report. I’ve tracked down

Re: 02/06: installer: Check if ci.guix.gnu.org can be reached.

2022-01-16 Thread Ludovic Courtès
Hi, guix-comm...@gnu.org skribis: > commit ee897e5f51104f41b3c2a0c2cbc7eb4e6c1e4d3e > Author: Mathieu Othacehe > AuthorDate: Tue Dec 28 11:19:55 2021 +0100 > > installer: Check if ci.guix.gnu.org can be reached. > > * gnu/installer.scm (installer-program): Add gnutls extension. >

Re: GNU Shepherd config contribution

2022-01-16 Thread Adam Faiz
On 16/01/2022 16:41, jbra...@dismail.de wrote: Hey, Adam thanks for this submission! I think it's great that you can give examples of shepherd services! I don't really know much about how to define shepherd services. Maybe you could teach me sometime. Since, you are wanting to submit code, w

Re: version-1.4.0 branch updated

2022-01-16 Thread Chris Marusich
Hi Maxim, I've CC'd Mathieu on this email because he sent an email recently asking for help with the 1.4.0 release, and Ludo because he was working on bug 52752. Maxim Cournoyer writes: > Hi Maxime, > > Maxime Devos writes: > >> Efraim Flashner schreef op di 11-01-2022 om 12:39 [+0200]: >>> On

Re: GNU Shepherd config contribution

2022-01-16 Thread jbranso
January 16, 2022 8:06 PM, "Adam Faiz" wrote: > On 16/01/2022 16:41, jbra...@dismail.de wrote: > >> Hey, Adam thanks for this submission! >> I think it's great that you can give examples of shepherd services! I don't >> really know >> much about how to define shepherd services. Maybe you could t