GNU bug report logs -
#75147
[PATCH maintenance] hydra: services: guix-packages-website: Update to 0.3.0-0.e669a5e963.
Previous Next
Reported by: sirgazil <at> zoho.com
Date: Fri, 27 Dec 2024 20:37:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 12 Jan 2025 00:23:53 +0100
with message-id <87v7ulkk8m.fsf <at> gnu.org>
and subject line Re: bug#75147: [PATCH maintenance] hydra: services: guix-packages-website: Update to 0.3.0-0.e669a5e963.
has caused the debbugs.gnu.org bug report #75147,
regarding [PATCH maintenance] hydra: services: guix-packages-website: Update to 0.3.0-0.e669a5e963.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75147: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75147
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Luis Felipe <sirgazil <at> 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
[Message part 3 (message/rfc822, inline)]
Hi Luis,
sirgazil <at> zoho.com skribis:
> From: Luis Felipe <sirgazil <at> 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".
Pushed, thanks!
We have yet to deploy it (on bayfront). Hopefully one of us sysadmins
will get around to doing it soon.
Ludo’.
This bug report was last modified 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.