unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH cuirass] doc: Fix evaluation hook URL example.
@ 2023-10-08  0:04 vicvbcun
  2023-10-16 21:21 ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: vicvbcun @ 2023-10-08  0:04 UTC (permalink / raw)
  To: guix-devel

* doc/cuirass.texi (Invocation): Fix URL in the example of the push hook.
---
 doc/cuirass.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/cuirass.texi b/doc/cuirass.texi
index 69c58f7..00f00c1 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

base-commit: e159c74ca6f666a32eb9b778067e00941a4bfa36
-- 
2.42.0



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

* Re: [PATCH cuirass] doc: Fix evaluation hook URL example.
  2023-10-08  0:04 [PATCH cuirass] doc: Fix evaluation hook URL example vicvbcun
@ 2023-10-16 21:21 ` Maxim Cournoyer
  2023-10-17 10:54   ` [PATCH cuirass] doc: Fix remaining evaluation hook example vicvbcun
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2023-10-16 21:21 UTC (permalink / raw)
  To: vicvbcun; +Cc: guix-devel

Hi,

vicvbcun <guix@ikherbers.com> writes:

> * doc/cuirass.texi (Invocation): Fix URL in the example of the push hook.
> ---
>  doc/cuirass.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/cuirass.texi b/doc/cuirass.texi
> index 69c58f7..00f00c1 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
>
> base-commit: e159c74ca6f666a32eb9b778067e00941a4bfa36

Installed! :-)

-- 
Thanks,
Maxim


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

* [PATCH cuirass] doc: Fix remaining evaluation hook example.
  2023-10-16 21:21 ` Maxim Cournoyer
@ 2023-10-17 10:54   ` vicvbcun
  2023-10-17 14:37     ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: vicvbcun @ 2023-10-17 10:54 UTC (permalink / raw)
  To: guix-devel; +Cc: Maxim Cournoyer

This is a follow-up to commit 0b63c3b6989af77d4e1c9a98dd25c8f26b37d930.

* doc/cuirass.texi (Triggering an Evaluation): Fix URL in example.
---
It seems that it has been copy-pasted in the meantime :).

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

base-commit: 0b63c3b6989af77d4e1c9a98dd25c8f26b37d930
-- 
2.42.0



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

* Re: [PATCH cuirass] doc: Fix remaining evaluation hook example.
  2023-10-17 10:54   ` [PATCH cuirass] doc: Fix remaining evaluation hook example vicvbcun
@ 2023-10-17 14:37     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2023-10-17 14:37 UTC (permalink / raw)
  To: vicvbcun; +Cc: guix-devel

Hello,

vicvbcun <guix@ikherbers.com> writes:

> This is a follow-up to commit 0b63c3b6989af77d4e1c9a98dd25c8f26b37d930.
>
> * doc/cuirass.texi (Triggering an Evaluation): Fix URL in example.

Also applied!

-- 
Thanks,
Maxim


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

end of thread, other threads:[~2023-10-17 14:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-08  0:04 [PATCH cuirass] doc: Fix evaluation hook URL example vicvbcun
2023-10-16 21:21 ` Maxim Cournoyer
2023-10-17 10:54   ` [PATCH cuirass] doc: Fix remaining evaluation hook example vicvbcun
2023-10-17 14:37     ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).