guix-commits
[Top][All Lists]
Advanced

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

10/10: status: Distinguish 'package-cache' profile hook.


From: guix-commits
Subject: 10/10: status: Distinguish 'package-cache' profile hook.
Date: Tue, 15 Jan 2019 14:24:40 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b9da4b931d6bfe097420a4727ddb432565c3337a
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 13 16:11:11 2019 +0100

    status: Distinguish 'package-cache' profile hook.
    
    * guix/status.scm (hook-message): Handle 'package-cache'.
---
 guix/status.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/status.scm b/guix/status.scm
index 67bb9e3..93e119b 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -322,6 +322,8 @@ on."
      (G_ "building TeX Live configuration..."))
     ('manual-database
      (G_ "building database for manual pages..."))
+    ('package-cache                    ;package cache generated by 'guix pull'
+     (G_ "building package cache..."))
     (_ #f)))
 
 (define* (print-build-event event old-status status



reply via email to

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