all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sirgazil--- via Guix-patches via <guix-patches@gnu.org>
To: 75147@debbugs.gnu.org
Cc: Luis Felipe <sirgazil@zoho.com>, guix-sysadmin@gnu.org
Subject: [bug#75147] [PATCH maintenance] hydra: services: guix-packages-website: Update to 0.3.0-0.e669a5e963.
Date: Fri, 27 Dec 2024 15:34:50 -0500	[thread overview]
Message-ID: <20241227203450.8462-1-sirgazil@zoho.com> (raw)

From: Luis Felipe <sirgazil@zoho.com>

* hydra/modules/sysadmin/services.scm (%guix-packages-website): Update
commit, version and hash accordingly.
(guix-packages-website-shepherd-services): Add a new environment
variable "GUIX_PACKAGES_WEBSITE_DOMAIN_NAME".
---
 hydra/modules/sysadmin/services.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm b/hydra/modules/sysadmin/services.scm
index 9170b1c..4e0bbf2 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -1205,8 +1205,8 @@ to a selected directory.")
 ;;;
 
 (define %guix-packages-website
-  (let* ((commit "927b073740c9a12a1f414ce9aee6008add4ef310")
-         (version (git-version "0" "0" commit)))
+  (let* ((commit "e669a5e9630f474145796d26917f4fa30aef3227")
+         (version (git-version "0.3.0" "0" commit)))
     (origin
       (method git-fetch)
       (uri (git-reference
@@ -1215,7 +1215,7 @@ to a selected directory.")
       (file-name (git-file-name "guix-packages-website" version))
       (sha256
        (base32
-        "0zl5dkz2cipfqhy95y5v3l5l0q1zak7f900q97zvdx9sz8k30wbx")))))
+        "16dgzd7hw65dhapcsny1gf13cy13yb53pb7n67yckhplj8xxhj50")))))
 
 (define-record-type* <guix-packages-website-configuration>
   guix-packages-website-configuration make-guix-packages-website-configuration
@@ -1290,7 +1290,8 @@ to a selected directory.")
                               '("conf" "ENTRY" "gweb" "icon.svg" "pub")))
        #:directory "/var/lib/guix-packages-website"
        #:namespaces (delq 'net %namespaces)
-       #:preserved-environment-variables '("GUIX_LOCPATH" "LC_ALL" "HOME")))
+       #:preserved-environment-variables
+       '("GUIX_LOCPATH" "LC_ALL" "HOME" "GUIX_PACKAGES_WEBSITE_DOMAIN_NAME")))
 
     (list (shepherd-service
            (provision '(guix-packages-website))
@@ -1310,7 +1311,8 @@ to a selected directory.")
                      #:environment-variables
                      (list "GUIX_LOCPATH=/run/current-system/locale"
                            "LC_ALL=en_US.utf8"
-                           "HOME=/var/lib/guix-packages-website")))
+                           "HOME=/var/lib/guix-packages-website"
+                           "GUIX_PACKAGES_WEBSITE_DOMAIN_NAME=packages.guix.gnu.org")))
            (stop #~(make-kill-destructor))
            (documentation "Run the Guix Packages website.")))))
 

base-commit: 7f0a2cd25f24491b2dbf3d498d15f901882a06e7
-- 
2.46.0





                 reply	other threads:[~2024-12-27 20:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241227203450.8462-1-sirgazil@zoho.com \
    --to=guix-patches@gnu.org \
    --cc=75147@debbugs.gnu.org \
    --cc=guix-sysadmin@gnu.org \
    --cc=sirgazil@zoho.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.