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 s
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:
https://gitlab.com/mission-center-devs/mi
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 manual?
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
> I've had it installed forever but only ever used it for viewing commits and
> branches.
ditto!
--
jgart
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 'd22d2a05c389207f8cdcf824be77
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 th
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 ;()
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 devel