Re: git guix checkout automation for contributors

2022-11-02 Thread zimoun
Hi, I am late to the party. :-) On Sat, 01 Oct 2022 at 19:18, Ludovic Courtès wrote: > Danny Milosavljevic skribis: > >> (1) Install the guix system >> (2) Log in as regular user >> (3) guix edit nano >> (4) It opens a file from /gnu/store that you cannot edit. > > At one point, I thought we co

Re: git guix checkout automation for contributors

2022-10-04 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi! > > Danny Milosavljevic skribis: > >> (1) Install the guix system >> (2) Log in as regular user >> (3) guix edit nano >> (4) It opens a file from /gnu/store that you cannot edit. > > At one point, I thought we could have, say: > > guix edit --clone PKG > > It

Re: git guix checkout automation for contributors

2022-10-01 Thread Ludovic Courtès
Hi! Danny Milosavljevic skribis: > (1) Install the guix system > (2) Log in as regular user > (3) guix edit nano > (4) It opens a file from /gnu/store that you cannot edit. At one point, I thought we could have, say: guix edit --clone PKG It would close the channel containing PKG, open the

Re: git guix checkout automation for contributors

2022-09-27 Thread zimoun
Hi, On Mon, 26 Sep 2022 at 22:37, Josselin Poiret wrote: >> When running “guix time-machine” (inferiors), all the machinery >> “./bootstrap && ./configure --localstatevar=/var && make” is >> transparently done. We discussed that at the 10 Years event with >> Josselin. > > Yes! Although FTR non

Re: git guix checkout automation for contributors

2022-09-26 Thread Josselin Poiret
Hello everyone, zimoun writes: > Hi, > > On dim., 25 sept. 2022 at 21:40, kiasoc5 wrote: >> Isn't there a checkout cache in ~/.cache/guix? Can guix edit be pointed >> to the git repo in the cache as opposed to the system's? > > This checkout* is used by “guix time-machine” and it does not alway

Re: git guix checkout automation for contributors

2022-09-26 Thread zimoun
Hi, On dim., 25 sept. 2022 at 21:40, kiasoc5 wrote: > Isn't there a checkout cache in ~/.cache/guix? Can guix edit be pointed > to the git repo in the cache as opposed to the system's? This checkout* is used by “guix time-machine” and it does not always point to what “guix describe” returns. Mo

Re: git guix checkout automation for contributors

2022-09-25 Thread kiasoc5
Isn't there a checkout cache in ~/.cache/guix? Can guix edit be pointed to the git repo in the cache as opposed to the system's?

Re: git guix checkout automation for contributors

2022-09-25 Thread Maxime Devos
On 25-09-2022 17:04, Danny Milosavljevic wrote: Also, this doesn't work: On Sun, 25 Sep 2022 16:06:06 +0200 Danny Milosavljevic wrote: (1) install the guix system (2) log in as regular user (3c) git clone --depth=1https://git.savannah.gnu.org/git/guix.git guix \ && cd guix \ && guix

Re: git guix checkout automation for contributors

2022-09-25 Thread Danny Milosavljevic
Also, this doesn't work: On Sun, 25 Sep 2022 16:06:06 +0200 Danny Milosavljevic wrote: (1) install the guix system (2) log in as regular user (3c) git clone --depth=1 https://git.savannah.gnu.org/git/guix.git guix \ && cd guix \ && guix shell Even after doing echo /home/dannym/../gui