mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-12-14 08:04:41 +00:00
rosenthal: Add cuirass/dolly.
* modules/rosenthal/packages/patches/cuirass-templates-Add-more-forges.patch: New file. * modules/rosenthal/packages/ci.scm (cuirass/dolly): New variable.
This commit is contained in:
parent
5ac1f7973a
commit
35fbf5c342
@ -7,4 +7,13 @@
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (rosenthal utils packages)
|
||||
#:use-module (gnu packages ci))
|
||||
|
||||
(define-public cuirass/dolly
|
||||
(package
|
||||
(inherit
|
||||
(package-with-extra-patches cuirass
|
||||
(rosenthal-patches "cuirass-templates-Add-more-forges.patch")))
|
||||
(name "cuirass-dolly")
|
||||
(properties '((disable-updater? . #t)))))
|
||||
|
||||
@ -0,0 +1,27 @@
|
||||
From b6c1341082102ff4416186cca549b5f05efda162 Mon Sep 17 00:00:00 2001
|
||||
From: Hilton Chain <hako@ultrarare.space>
|
||||
Date: Sun, 30 Nov 2025 12:13:36 +0800
|
||||
Subject: [PATCH] templates: Add more forges.
|
||||
|
||||
---
|
||||
src/cuirass/templates.scm | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
|
||||
index d591705..5518331 100644
|
||||
--- a/src/cuirass/templates.scm
|
||||
+++ b/src/cuirass/templates.scm
|
||||
@@ -1526,7 +1526,9 @@ (define %vcs-web-views
|
||||
("git.guix.gnu.org" ,labhub-url) ;alias for codeberg.org
|
||||
("gitlab.com" ,labhub-url)
|
||||
("gitlab.inria.fr" ,labhub-url)
|
||||
- ("github.com" ,labhub-url))))
|
||||
+ ("github.com" ,labhub-url)
|
||||
+ ("git.sr.ht" ,labhub-url)
|
||||
+ ("git.urspace.moe" ,labhub-url))))
|
||||
|
||||
(define %vcs-web-commit-range-views
|
||||
;; List of host names and corresponding URL to display a commit range.
|
||||
--
|
||||
2.51.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user