* [bug#75147] [PATCH maintenance] hydra: services: guix-packages-website: Update to 0.3.0-0.e669a5e963.
@ 2024-12-27 20:34 sirgazil--- via Guix-patches via
0 siblings, 0 replies; only message in thread
From: sirgazil--- via Guix-patches via @ 2024-12-27 20:34 UTC (permalink / raw)
To: 75147; +Cc: Luis Felipe, guix-sysadmin
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-27 20:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 20:34 [bug#75147] [PATCH maintenance] hydra: services: guix-packages-website: Update to 0.3.0-0.e669a5e963 sirgazil--- via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).