emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33124: closed (Cuirass: register GC roots for eval


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33124: closed (Cuirass: register GC roots for evaluations under /var/guix/gcroots)
Date: Wed, 07 Nov 2018 14:30:02 +0000

Your message dated Wed, 07 Nov 2018 15:29:38 +0100
with message-id <address@hidden>
and subject line Re: bug#33124: Cuirass: register GC roots for evaluations 
under /var/guix/gcroots
has caused the debbugs.gnu.org bug report #33124,
regarding Cuirass: register GC roots for evaluations under /var/guix/gcroots
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33124: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33124
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Cuirass: register GC roots for evaluations under /var/guix/gcroots Date: Tue, 23 Oct 2018 11:27:30 +0200 User-agent: mu4e 1.0; emacs 26.1
I think the goal here is to make sure that the builds that resulted from
of 1) important evaluations (releases) and 2) recent evaluations aren't
garbage collected.

--8<---------------cut here---------------start------------->8---
<sneek> snape, civodul says: i think Cuirass should register GC roots for its
        evaluations under /var/guix/gcroots
<snape> [...] How many such evaluations should be registered?  If all
        are registered, we'll run out of space won't we?  So would it be
        like the last 15 or something?
<civodul> snape: i think we'd register all of them and use (guix cache) to
          automatically wipe old ones periodically  [09:53]
<civodul> snape: when there's a release we could manually stash important
          evaluations away so they won't be deleted
<civodul> so i'd just create one subdir for each eval say in
          /var/guix/profiles/USER/cuirass/evaluations  [09:54]
<civodul> and that'd contain a bunch of symlinks to both the .drv and the
          outputs
--8<---------------cut here---------------end--------------->8---

Clément



--- End Message ---
--- Begin Message --- Subject: Re: bug#33124: Cuirass: register GC roots for evaluations under /var/guix/gcroots Date: Wed, 07 Nov 2018 15:29:38 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi Clément,

Clément Lassieur <address@hidden> skribis:

> I think the goal here is to make sure that the builds that resulted from
> of 1) important evaluations (releases) and 2) recent evaluations aren't
> garbage collected.
>
> <sneek> snape, civodul says: i think Cuirass should register GC roots for its
>       evaluations under /var/guix/gcroots
> <snape> [...] How many such evaluations should be registered?  If all
>       are registered, we'll run out of space won't we?  So would it be
>       like the last 15 or something?
> <civodul> snape: i think we'd register all of them and use (guix cache) to
>         automatically wipe old ones periodically  [09:53]
> <civodul> snape: when there's a release we could manually stash important
>         evaluations away so they won't be deleted
> <civodul> so i'd just create one subdir for each eval say in
>         /var/guix/profiles/USER/cuirass/evaluations  [09:54]
> <civodul> and that'd contain a bunch of symlinks to both the .drv and the
>         outputs

I went ahead and implemented a simple version of this in commit
d4623d50edac4a6e81f5986a91c2818f5fc4965d.

Let me know what you think!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]