GNU bug report logs -
#52474
[PATCH] templates: Suggest a specification example that works on ci.guix.gnu.org
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Mon, 13 Dec 2021 23:09:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52474 in the body.
You can then email your comments to 52474 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#52474
; Package
guix-patches
.
(Mon, 13 Dec 2021 23:09:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 13 Dec 2021 23:09:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Tue, 14 Dec 2021 07:29:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Tue, 14 Dec 2021 07:29:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 52474-done <at> debbugs.gnu.org (full text, mbox):
> The specification used to build our master branch was renamed from
> "guix-master" to "master".
Pushed, thanks!
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 11 Jan 2022 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.