On Thu, 15 Oct 2020 at 09:45, Christopher Baines <m...@cbaines.net> wrote:

>> Can I expect that all the revisions are there?  Or only some?
>
> Well, definitely not all revisions, but for the patches instance of the
> Guix Data Service I'm aiming to keep recent revisions.

Well, I am going to put that in my script and will report to you if I am
not able to reach the expected revisions.

--8<---------------cut here---------------start------------->8---
                    (match (current-profile)
                      (#f %guix-version)   ;for lack of a better ID
                      (profile
                       (let ((channel
                              (find guix-channel? (profile-channels profile))))
                         (channel-commit channel))))))
--8<---------------cut here---------------end--------------->8---

Thanks,
simon

Reply via email to