Re: Debian package with Gitlab CI

2020-07-06 Thread divoplade
Hello, Le lundi 06 juillet 2020 à 14:25 +0200, Jérémy Korwin-Zmijowski a écrit : > Thank you for the new yaml file ! Unfortunately, I didn't manage to > use > this one yet. I have to do more experiments I guess. I do, too. In the mean time, I think we would be very happy to have a debian

Re: Git clients struggle with Guix

2020-07-06 Thread Alexandru-Sergiu Marton
Mathieu Othacehe writes: I've experienced this behavior when there are some edited .po files. I usually run "git checkout -- *.po" to get rid of them. You could maybe share the output of "git status" when you are having this issue? That seems to solve it. I attached the output of "git

Re: Git clients struggle with Guix

2020-07-06 Thread Alexandru-Sergiu Marton
On Mon Jul 6, 2020 at 2:52 PM EEST, Mathieu Othacehe wrote: > I've experienced this behavior when there are some edited .po files. I > usually run "git checkout -- *.po" to get rid of them. You could maybe > share the output of "git status" when you are having this issue? I played a bit with the

Re: Gitlab CI

2020-07-06 Thread Jérémy Korwin-Zmijowski
Le jeudi 25 juin 2020 à 23:32 +0200, divoplade a écrit : > Hello Jérémy, > > I have a new solution (it is quite different from the previous one) > in > which it is possible to run guix commands within a job, while still > caching most of the files (see attached). I am sorry, my fork of your >

Re: Git clients struggle with Guix

2020-07-06 Thread zimoun
Dear, On Mon, 06 Jul 2020 at 11:52, Mathieu Othacehe wrote: > I've experienced this behavior when there are some edited .po files. I > usually run "git checkout -- *.po" to get rid of them. You could maybe > share the output of "git status" when you are having this issue? I also have aliases

Re: Git clients struggle with Guix

2020-07-06 Thread Michael Rohleder
Hey Alexandru, "Alexandru-Sergiu Marton" writes: > I'm having trouble managing the Guix repo with git clients. Both gitg > and magit choke on it when I tell them to open it. Magit hangs for a > couple minutes before showing the status view, and every further action > leads to another freeze.

Re: Git clients struggle with Guix

2020-07-06 Thread Mathieu Othacehe
Hello, > Any tips on how to deal with this? I haven't got a clue about why it > does this stuff. I've experienced this behavior when there are some edited .po files. I usually run "git checkout -- *.po" to get rid of them. You could maybe share the output of "git status" when you are having

Git clients struggle with Guix

2020-07-06 Thread Alexandru-Sergiu Marton
Hi, I'm having trouble managing the Guix repo with git clients. Both gitg and magit choke on it when I tell them to open it. Magit hangs for a couple minutes before showing the status view, and every further action leads to another freeze. Running git commands from the terminal is fast, as

Re: Conflict with duplicate dependencies after removing and attempting to reinstall gnucash package

2020-07-06 Thread zimoun
Dear, On Mon, 06 Jul 2020 at 06:05, Todor Kondić wrote: > What baffles me is that both dconf entries come from gnucash, even the > same version of it. I did experiment with multiple profiles, but I am > pretty sure I don't have the program in any of them any more. What do you mean? >> > The

Re: Guix completion in Emacs

2020-07-06 Thread Pierre Neidhardt
Kyle Andrews writes: > Part of the reason it may have been breaking for me was that I was > placing an additional git checkout of guix on my guile %load-path. I > don't remember why I thought I might need to do that. If you want to hack Guix from Geiser, you need to add the checkout to your

Re: Conflict with duplicate dependencies after removing and attempting to reinstall gnucash package

2020-07-06 Thread Todor Kondić
Thanks zimoun. What baffles me is that both dconf entries come from gnucash, even the same version of it. I did experiment with multiple profiles, but I am pretty sure I don't have the program in any of them any more. ‐‐‐ Original Message ‐‐‐ On Sunday, 5 July 2020 13:06, zimoun