diff options
| author | Marius Bakke <marius.andre.bakke@gmail.com> | 2026-08-09 07:57:07 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-25 11:38:09 +0200 |
| commit | 7c17800d26573d69cd4cb6f092636102c238daf1 (patch) | |
| tree | a88245ad2388fea9bb2adb6d1e7f07b605bab608 /gnu/packages | |
| parent | 1e99642a1c23dfdcdf8987247b97cdc08d141e0b (diff) | |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/virtualization.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 85433b75fc9..6361d2bf270 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -838,14 +838,14 @@ firmware blobs. You can | |||
| 838 | (define-public ganeti | 838 | (define-public ganeti |
| 839 | (package | 839 | (package |
| 840 | (name "ganeti") | 840 | (name "ganeti") |
| 841 | (version "3.1.0") | 841 | (version "3.1.1") |
| 842 | (source (origin | 842 | (source (origin |
| 843 | (method git-fetch) | 843 | (method git-fetch) |
| 844 | (uri (git-reference | 844 | (uri (git-reference |
| 845 | (url "https://github.com/ganeti/ganeti") | 845 | (url "https://github.com/ganeti/ganeti") |
| 846 | (commit (string-append "v" version)))) | 846 | (commit (string-append "v" version)))) |
| 847 | (sha256 | 847 | (sha256 |
| 848 | (base32 "19pqlxcdhqr4nfd94x4grmdppna52wvhkjspry972w0w6glnyf6l")) | 848 | (base32 "1l3a3rw7bd7545irz1n0w3bj3djkrl7x90aw6hg39d3mhwpg9vhc")) |
| 849 | (file-name (git-file-name name version)) | 849 | (file-name (git-file-name name version)) |
| 850 | (patches (search-patches "ganeti-shepherd-support.patch" | 850 | (patches (search-patches "ganeti-shepherd-support.patch" |
| 851 | "ganeti-shepherd-master-failover.patch" | 851 | "ganeti-shepherd-master-failover.patch" |
| @@ -1046,6 +1046,13 @@ firmware blobs. You can | |||
| 1046 | "\"testPidFile fails in the build container\")\n" | 1046 | "\"testPidFile fails in the build container\")\n" |
| 1047 | all))) | 1047 | all))) |
| 1048 | 1048 | ||
| 1049 | (substitute* "test/py/legacy/ganeti.hooks_unittest.py" | ||
| 1050 | ;; Similarly, hooks are run with RunParts(..., reset_env=True) | ||
| 1051 | ;; which makes this tests unable to resolve "sh". | ||
| 1052 | ((" \"\"\"Test environment execution\"\"\"" all) | ||
| 1053 | (string-append all "\n raise unittest.SkipTest" | ||
| 1054 | "(\"cannot reset env in the build container\")"))) | ||
| 1055 | |||
| 1049 | ;; XXX: Why are these links not added automatically. | 1056 | ;; XXX: Why are these links not added automatically. |
| 1050 | (with-directory-excursion "test/hs" | 1057 | (with-directory-excursion "test/hs" |
| 1051 | (for-each (cut symlink "../../src/htools" <>) | 1058 | (for-each (cut symlink "../../src/htools" <>) |
