[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Fix evaluation hook URL example.
From: |
Maxim Cournoyer |
Subject: |
branch master updated: doc: Fix evaluation hook URL example. |
Date: |
Mon, 16 Oct 2023 17:20:47 -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 0b63c3b doc: Fix evaluation hook URL example.
0b63c3b is described below
commit 0b63c3b6989af77d4e1c9a98dd25c8f26b37d930
Author: vicvbcun <guix@ikherbers.com>
AuthorDate: Sun Oct 8 02:04:55 2023 +0200
doc: Fix evaluation hook URL example.
* doc/cuirass.texi (Invocation): Fix URL in the example of the push hook.
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 7e1737a..ea2b10e 100644
--- a/doc/cuirass.texi
+++ b/doc/cuirass.texi
@@ -561,7 +561,7 @@ example with a command 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
You would typically run that command as a @dfn{push hook} on the servers
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Fix evaluation hook URL example.,
Maxim Cournoyer <=