2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2024-12-29 11:40:16 +01:00

templates: Support commit URLs for codeberg.org (Forgejo).

* src/cuirass/templates.scm (%vcs-web-views)
(%vcs-web-commit-range-views): Add entry for codeberg.org.
This commit is contained in:
Ludovic Courtès 2024-10-17 21:17:42 +02:00
parent fc4624cdac
commit 655ba0a0a5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1441,6 +1441,7 @@ and BUILD-MAX are global minimal and maximal (stoptime, rowid) pairs."
"/log/?id=" commit)))
("notabug.org" ,labhub-url)
("framagit.org" ,labhub-url)
("codeberg.org" ,labhub-url)
("gitlab.com" ,labhub-url)
("gitlab.inria.fr" ,labhub-url)
("github.com" ,labhub-url))))
@ -1465,6 +1466,7 @@ and BUILD-MAX are global minimal and maximal (stoptime, rowid) pairs."
"/git/" "/cgit/")
"/log/?qt=range&q=" commit1 ".." commit2)))
("framagit.org" ,gitlab-url)
("codeberg.org" ,github-url)
("gitlab.com" ,gitlab-url)
("gitlab.inria.fr" ,gitlab-url)
("github.com" ,github-url))))