guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7c17800d26573d69cd4cb6f092636102c238daf1
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Aug 9 07:57:07 2026 +0200

    gnu: ganeti: Update to 3.1.1.
    
    * gnu/packages/virtualization.scm (ganeti): Update to 3.1.1.
    [arguments]<#:phases>: Skip one new test.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/virtualization.scm | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 85433b75fc..6361d2bf27 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -838,14 +838,14 @@ firmware blobs.  You can
 (define-public ganeti
   (package
     (name "ganeti")
-    (version "3.1.0")
+    (version "3.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/ganeti/ganeti";)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "19pqlxcdhqr4nfd94x4grmdppna52wvhkjspry972w0w6glnyf6l"))
+               (base32 "1l3a3rw7bd7545irz1n0w3bj3djkrl7x90aw6hg39d3mhwpg9vhc"))
               (file-name (git-file-name name version))
               (patches (search-patches "ganeti-shepherd-support.patch"
                                        "ganeti-shepherd-master-failover.patch"
@@ -1046,6 +1046,13 @@ firmware blobs.  You can
                                "\"testPidFile fails in the build 
container\")\n"
                                all)))
 
+              (substitute* "test/py/legacy/ganeti.hooks_unittest.py"
+                ;; Similarly, hooks are run with RunParts(..., reset_env=True)
+                ;; which makes this tests unable to resolve "sh".
+                (("    \"\"\"Test environment execution\"\"\"" all)
+                 (string-append all "\n    raise unittest.SkipTest"
+                                "(\"cannot reset env in the build 
container\")")))
+
               ;; XXX: Why are these links not added automatically.
               (with-directory-excursion "test/hs"
                 (for-each (cut symlink "../../src/htools" <>)

Reply via email to