all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74240] [PATCH maintenance] hydra: services: guix-packages-website: Update to 0.0.927b073740.
@ 2024-11-07 15:02 sirgazil--- via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: sirgazil--- via Guix-patches via @ 2024-11-07 15:02 UTC (permalink / raw)
  To: 74240, guix-sysadmin; +Cc: Luis Felipe

From: Luis Felipe <sirgazil@zoho.com>

* hydra/modules/sysadmin/services.scm (%guix-packages-website):
Update to 0.0.927b073740c9a12a1f414ce9aee6008add4ef310.
[snippet]: Remove it.  Artanis' config has been corrected upstream and
MANUAL_URL doesn't prevent (gweb urls) from loading.
---
 hydra/modules/sysadmin/services.scm | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm b/hydra/modules/sysadmin/services.scm
index fe30d4e..c501037 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -1170,7 +1170,7 @@ to a selected directory.")
 ;;;
 
 (define %guix-packages-website
-  (let* ((commit "72817057c0ba86663ae0a29bde13c15b686600d0")
+  (let* ((commit "927b073740c9a12a1f414ce9aee6008add4ef310")
          (version (git-version "0" "0" commit)))
     (origin
       (method git-fetch)
@@ -1180,22 +1180,7 @@ to a selected directory.")
       (file-name (git-file-name "guix-packages-website" version))
       (sha256
        (base32
-        "0jm0aipdw97sb1lwzczgwzacv9jgyippgq79na87647lqapq8fcx"))
-      (modules '((guix build utils)))
-      (snippet
-       '(begin
-          (use-modules (guix build utils))
-
-          ;; TODO This seemed to be needed to avoid `path` being undefined
-          ;; when Guile tries to load urls.scm
-          (substitute* "gweb/urls.scm"
-            (("define MANUAL_URL .*$")
-             "define MANUAL_URL \"https://www.gnu.org/software/guix/manual\")\n"))
-
-          ;; Work around <https://issues.guix.gnu.org/71138>.
-          (substitute* "conf/artanis.conf"
-            (("^cookie\\.expire.*" line)
-             (string-append "# " line "\n"))))))))
+        "0zl5dkz2cipfqhy95y5v3l5l0q1zak7f900q97zvdx9sz8k30wbx")))))
 
 (define-record-type* <guix-packages-website-configuration>
   guix-packages-website-configuration make-guix-packages-website-configuration

base-commit: ef18d820bbdfc257793824229e0ae22032d4986e
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-07 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-07 15:02 [bug#74240] [PATCH maintenance] hydra: services: guix-packages-website: Update to 0.0.927b073740 sirgazil--- via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.