* Remove all "unreachable" objects in store
@ 2017-01-18 13:17 Hartmut Goebel
2017-01-18 13:58 ` Alex Vong
0 siblings, 1 reply; 2+ messages in thread
From: Hartmut Goebel @ 2017-01-18 13:17 UTC (permalink / raw)
To: guix-devel
Hi,
when packaging software, the store fills up with intermediate versions.
I would like to get rid of these.
My "production" environment typically lags behind the development head
quite some releases. So if I run `guix gc`, this would remove quite a
lot of packages which will then be rebuild just afterwards, when I build
the next package. Some of these are quite big, e.g. numpy or glibc.
So I'd like to garbage collect all packages which are no longer current,
for which there is no longer a way to build them.
Any ideas?
--
Regards
Hartmut Goebel
| Hartmut Goebel | h.goebel@crazy-compilers.com |
| www.crazy-compilers.com | compilers which you thought are impossible |
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Remove all "unreachable" objects in store
2017-01-18 13:17 Remove all "unreachable" objects in store Hartmut Goebel
@ 2017-01-18 13:58 ` Alex Vong
0 siblings, 0 replies; 2+ messages in thread
From: Alex Vong @ 2017-01-18 13:58 UTC (permalink / raw)
To: Hartmut Goebel; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 956 bytes --]
Hello,
Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
> Hi,
>
> when packaging software, the store fills up with intermediate versions.
> I would like to get rid of these.
>
> My "production" environment typically lags behind the development head
> quite some releases. So if I run `guix gc`, this would remove quite a
> lot of packages which will then be rebuild just afterwards, when I build
> the next package. Some of these are quite big, e.g. numpy or glibc.
>
> So I'd like to garbage collect all packages which are no longer current,
> for which there is no longer a way to build them.
>
> Any ideas?
You can add '--gc-keep-outputs=yes' and '--gc-keep-derivations=yes'
flags to guix-daemon in 'guix-daemon.service' (assume you are using
systemd as init).
The relevant info can be found in
<https://www.gnu.org/software/guix/manual/guix.html#Invoking-guix_002ddaemon>.
Hope it helps, it was the question I asked on this list in the past!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-18 13:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 13:17 Remove all "unreachable" objects in store Hartmut Goebel
2017-01-18 13:58 ` Alex Vong
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.