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: Suggest a specification example that works on ci.guix.gnu.org

The specification used to build our master branch was renamed from
"guix-master" to "master".

* doc/cuirass.texi (API description): Change "guix-master" to "master".
* src/cuirass/templates.scm: Change "guix-master" to "master".
This commit is contained in:
Leo Famulari 2021-12-13 18:08:43 -05:00 committed by Mathieu Othacehe
parent a1f11b6bd6
commit d6a186ca18
No known key found for this signature in database
GPG key ID: 8354763531769CA6
2 changed files with 4 additions and 4 deletions

View file

@ -737,7 +737,7 @@ $ curl -s "http://localhost:8080/api/evaluation?id=1" | jq
@{
"id": 1,
"specification": "guix-master",
"specification": "master",
"status": 0,
"timestamp": 1615289011,
"checkouttime": 1615289011,

View file

@ -95,7 +95,7 @@
(p "You can limit the search results with the following keywords:")
(ul
(li (code "spec")
", a " (em "specification") " such as " (code "guix-master"))
", a " (em "specification") " such as " (code "master"))
(li (code "system")
", a build for the given " (em "target system")
" such as " (code "x86_64-linux"))
@ -108,9 +108,9 @@
(code "failed-other") ", or "
(code "canceled") "."))
(p "For example, the following query will list successful builds of
the " (code "guix-master") " specification for the " (code "i686-linux") "
the " (code "master") " specification for the " (code "i686-linux") "
system whose names start with " (code "guile-") ":" (br)
(code "spec:guix-master system:i686-linux status:success guile-")))))
(code "spec:master system:i686-linux status:success guile-")))))
(define* (html-page title body navigation
#:optional query