scripts: Suggest running 'guix gc' when we're short on disk space.
authorLudovic Courtès <ludo@gnu.org>
Mon, 22 Oct 2018 22:56:25 +0000 (00:56 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 22 Oct 2018 23:04:39 +0000 (01:04 +0200)
commit62a14bd26f2ed7cf416183528dcca4b1b29aaf0a
treeb9b19f8d467df3b3650d189fbe177ebd781a6bba
parent63abd1e2a36d48e1f8f7057a4c844b9cf5733be7
scripts: Suggest running 'guix gc' when we're short on disk space.

* guix/scripts.scm (%disk-space-warning): New variable.
(warn-about-disk-space): New procedure.
* guix/scripts/package.scm (build-and-use-profile): Use it.
* guix/scripts/system.scm (process-action): Likewise.
guix/scripts.scm
guix/scripts/package.scm
guix/scripts/system.scm