[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: Remove definition of gwl-next.
From: |
Ricardo Wurmus |
Subject: |
branch master updated: hydra: Remove definition of gwl-next. |
Date: |
Tue, 04 May 2021 09:29:13 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new a538cc1 hydra: Remove definition of gwl-next.
a538cc1 is described below
commit a538cc1f364b9518c35f9ed1d5c9c39a6c0ce42d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 15:27:57 2021 +0200
hydra: Remove definition of gwl-next.
* hydra/berlin.scm (gwl-next): Remove variable and update service.
---
hydra/berlin.scm | 36 +-----------------------------------
1 file changed, 1 insertion(+), 35 deletions(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index e288653..3cd4f26 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -117,40 +117,6 @@ Happy hacking!\n"))
(dirname (canonicalize-path
"/run/current-system/initrd")))))))
-(define-public gwl-next
- (let ((commit "5b2f41a2c2e8163bba4551e8365b1268dfda3f01")
- (revision "1"))
- (package
- (inherit gwl)
- (name "gwl-next")
- (version (git-version "0.2.1" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.savannah.gnu.org/git/gwl.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0zl3hdajzjrkny7dspjx7a73hwy70qkfckr148xq3d0lk0xy0svd"))))
- (arguments
- `(#:make-flags
- '("GUILE_AUTO_COMPILE=0")
- #:phases
- (modify-phases %standard-phases
- (add-before 'build 'fix-tests
- (lambda _
- ;; Avoid cross-device link.
- (substitute* "tests/cache.scm"
- (("/tmp") (getcwd)))
- #t)))))
- (inputs
- `(("guile-config" ,guile-config)
- ,@(package-inputs gwl)))
- (native-inputs
- `(("sed" ,sed)
- ,@(package-native-inputs gwl))))))
-
(define %build-node-key-directory
;; Directory containing the signing keys of build nodes.
(string-append (current-source-directory) "/keys/guix/berlin"))
@@ -366,7 +332,7 @@ Happy hacking!\n"))
("GUIX_WEB_SITE_URL" . "/")))))
;; GWL web site.
- (service gwl-web-service-type gwl-next)
+ (service gwl-web-service-type)
(service mumi-service-type
(mumi-configuration
(sender "issues.guix.gnu.org@elephly.net")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: Remove definition of gwl-next.,
Ricardo Wurmus <=