guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Comparing package derivations: Fix inconsistent v


From: Christopher Baines
Subject: branch master updated: Comparing package derivations: Fix inconsistent verbage.
Date: Fri, 17 Feb 2023 12:11:25 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 8c2f97e  Comparing package derivations: Fix inconsistent verbage.
8c2f97e is described below

commit 8c2f97eef82412a4309273e22b6edeaf53dc2d0e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Feb 16 17:26:45 2023 -0500

    Comparing package derivations: Fix inconsistent verbage.
    
    Harmonize "Build change" options between the selection menu and the
    documentation
    
    * guix-data-service/web/compare/html.scm (compare/package-derivations):
    Replace "Still broken" with "Still failing" in the "Build change" help text.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 guix-data-service/web/compare/html.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/web/compare/html.scm 
b/guix-data-service/web/compare/html.scm
index 58fb514..44acb81 100644
--- a/guix-data-service/web/compare/html.scm
+++ b/guix-data-service/web/compare/html.scm
@@ -797,7 +797,7 @@ derivation")
                            (dd
                             "At least one successful build for both the base
 and target derivations")
-                           (dt "Still broken")
+                           (dt "Still failing")
                            (dd
                             "No successful builds and at least one failed 
builds for both the base and target derivations")
                            (dt "Unknown")



reply via email to

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