Re: Tracking and inspecting how Guix changes over time

2019-02-24 Thread Christopher Baines
Christopher Baines writes: > Ludovic Courtès writes: > >> Hello! >> >> Christopher Baines skribis: >> >>> As far as I can see, guix pull/the channels code directly evaluates some >>> Guile code from the source repository. It would be great if this could >>> somehow be isolated to guard against

Re: Tracking and inspecting how Guix changes over time

2019-02-14 Thread Christopher Baines
Ricardo Wurmus writes: > Christopher Baines writes: > >>> For an automated system like this, it’s a bit different, so using a >>> container makes a lot of sense. I’d suggest having an option directly >>> in (guix inferior) to allow users to choose whether to run an inferior >>> in separate nam

Re: Tracking and inspecting how Guix changes over time

2019-02-13 Thread Ricardo Wurmus
Christopher Baines writes: >> For an automated system like this, it’s a bit different, so using a >> container makes a lot of sense. I’d suggest having an option directly >> in (guix inferior) to allow users to choose whether to run an inferior >> in separate name spaces. WDYT? > > That sound

Re: Tracking and inspecting how Guix changes over time

2019-02-12 Thread Christopher Baines
Ludovic Courtès writes: > Hello! > > Christopher Baines skribis: > >> In summary, I've started playing around with a new service, I'm >> currently calling it the "Guix Data Service". The code is here [1], it's >> based off of Ricardo's excellent Mumi, and at the moment only does one >> thing, a

Re: Tracking and inspecting how Guix changes over time

2019-02-09 Thread Chris Marusich
Christopher Baines writes: > Any thoughts, just let me know, I think it's very cool! :-) I don't have much time to dig into it right now, but it's exciting to see things like this sprouting up! -- Chris signature.asc Description: PGP signature

Re: Tracking and inspecting how Guix changes over time

2019-02-09 Thread Ludovic Courtès
Hello! Christopher Baines skribis: > In summary, I've started playing around with a new service, I'm > currently calling it the "Guix Data Service". The code is here [1], it's > based off of Ricardo's excellent Mumi, and at the moment only does one > thing, a basic comparison of two different ve

Tracking and inspecting how Guix changes over time

2019-02-08 Thread Christopher Baines
In summary, I've started playing around with a new service, I'm currently calling it the "Guix Data Service". The code is here [1], it's based off of Ricardo's excellent Mumi, and at the moment only does one thing, a basic comparison of two different versions (commits) of Guix for the few commits i