Re: Better support remote deployment

2023-11-07 Thread Development of GNU Guix and the GNU System distribution.
Hi, On Tue, Nov 07 2023, Maxim Cournoyer wrote: > Then your suggestion to extend 'guix package' to be able to > install a profile from a store profile sounds useful, or perhaps a new > 'guix deploy-profile' (or a better name / sub-command?) that would > automate the copy and installation in one

Re: mesa@23.1.4: missing symbols

2023-11-07 Thread Sergio Pastor Pérez
Good evening. Diving on the issues of the official `mission-center' repository I've noticed this issue: https://gitlab.com/mission-center-devs/mission-center/-/issues/87 Which has been recently merged into main as per the following merge request [1]: 1:

Re: Patch Review Flow

2023-11-07 Thread jgart
There's also the following workflow: Click on an individual patch in the mumi web interface to download it to ~/Downloads. cd guix-checkout git am -S ~/Downloads/53019-76.mbox Go back to the mumi interface and click on the next patch. Repeat.  > Should we document an approach in the

Re: Patch Review Flow

2023-11-07 Thread Maxim Cournoyer
Hi jgart, "jgart" writes: > Hi Guixers, > > Does anyone follow this workflow for reviewing patches? > > git clone https://git.guix-patches.cbaines.net/guix-patches/ > git checkout issue-x > git format-patch ... > # then in the development checkout of Guix: > git am ...; make; ./pre-inst-env

Re: Patch Review Flow

2023-11-07 Thread jgart
> I've had it installed forever but only ever used it for viewing commits and > branches. ditto! -- jgart

Re: Divvying up service definitions

2023-11-07 Thread Maxim Cournoyer
Hi Bruno, Bruno Victal writes: > Hi, > > As the gnu/services and gnu/home/services grow, I think we should > consider divvying the services into stand-alone modules or > subdirectories. > > Consider the ⌜dovecot-service-type⌝ in gnu/services/mail.scm: as of > commit

Re: Patch Review Flow

2023-11-07 Thread Efraim Flashner
On Tue, Nov 07, 2023 at 12:32:35PM +, jgart wrote: > Hi Efraim, > > Thanks for sharing your approach as well. IIRC, a user can't interactively > cherry-pick a range with tig. If you find a way please do share ;() It looks like 'C' (that's a 'big c') over a commit will offer to cherry-pick

Re: Patch Review Flow

2023-11-07 Thread jgart
Hi Efraim, Thanks for sharing your approach as well. IIRC, a user can't interactively cherry-pick a range with tig. If you find a way please do share ;()

Re: Patch Review Flow

2023-11-07 Thread Efraim Flashner
On Mon, Nov 06, 2023 at 07:51:58AM +, Christopher Baines wrote: > > "jgart" writes: > > > Does anyone follow this workflow for reviewing patches? > > > > git clone https://git.guix-patches.cbaines.net/guix-patches/ > > git checkout issue-x > > git format-patch ... > > # then in the