guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: tests: monitoring: Use the latest postgresql for


From: guix-commits
Subject: branch staging updated: tests: monitoring: Use the latest postgresql for testing Zabbix.
Date: Mon, 04 Jan 2021 18:08:16 -0500

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

lfam pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 48d8d92  tests: monitoring: Use the latest postgresql for testing 
Zabbix.
48d8d92 is described below

commit 48d8d92c51f64256bba2bdbb2a1027a5fab71a3d
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jan 4 17:27:03 2021 -0500

    tests: monitoring: Use the latest postgresql for testing Zabbix.
    
    This avoids a package collision while building the operating-system profile.
    
    * gnu/tests/monitoring.scm (%zabbix-os): Use POSTGRESQL instead of
    POSTGRESQL-10.
---
 gnu/tests/monitoring.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/monitoring.scm b/gnu/tests/monitoring.scm
index 7371b02..8630f58 100644
--- a/gnu/tests/monitoring.scm
+++ b/gnu/tests/monitoring.scm
@@ -309,7 +309,7 @@ zabbix||{}
           (service dhcp-client-service-type)
           (service postgresql-service-type
                    (postgresql-configuration
-                    (postgresql postgresql-10)))
+                    (postgresql postgresql)))
           (service zabbix-front-end-service-type
                    (zabbix-front-end-configuration
                     (db-password "zabbix")))



reply via email to

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