all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52474] [PATCH] templates: Suggest a specification example that works on ci.guix.gnu.org
@ 2021-12-13 23:08 Leo Famulari
  2021-12-14  7:28 ` bug#52474: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2021-12-13 23:08 UTC (permalink / raw)
  To: 52474

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".
---
 doc/cuirass.texi          | 2 +-
 src/cuirass/templates.scm | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index 3b529ac..db46a33 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -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,
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 3cfe5ee..e70d42b 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -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
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52474: [PATCH] templates: Suggest a specification example that works on ci.guix.gnu.org
  2021-12-13 23:08 [bug#52474] [PATCH] templates: Suggest a specification example that works on ci.guix.gnu.org Leo Famulari
@ 2021-12-14  7:28 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-12-14  7:28 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 52474-done


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

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-14  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 23:08 [bug#52474] [PATCH] templates: Suggest a specification example that works on ci.guix.gnu.org Leo Famulari
2021-12-14  7:28 ` bug#52474: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.