[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Fix remaining evaluation hook example.
From: |
Maxim Cournoyer |
Subject: |
branch master updated: doc: Fix remaining evaluation hook example. |
Date: |
Tue, 17 Oct 2023 10:37:17 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new f63bd5e doc: Fix remaining evaluation hook example.
f63bd5e is described below
commit f63bd5ea6406086337d241db7d7ab1f6d872c934
Author: vicvbcun <guix@ikherbers.com>
AuthorDate: Tue Oct 17 12:54:21 2023 +0200
doc: Fix remaining evaluation hook example.
This is a follow-up to commit 0b63c3b6989af77d4e1c9a98dd25c8f26b37d930.
* doc/cuirass.texi (Triggering an Evaluation): Fix URL in example.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
doc/cuirass.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index ea2b10e..c3e6c33 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -939,7 +939,7 @@ jobset, along these lines:
@example
wget --post-data="" -O /dev/null \
- https://cuirass.example.org/@var{jobset}/hooks/evaluate
+ https://cuirass.example.org/jobset/@var{jobset}/hook/evaluate
@end example
A good idea is to do that from the post-push hook of the relevant Git
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Fix remaining evaluation hook example.,
Maxim Cournoyer <=