"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
"Omar Polo" <op@omarpolo.com>
Subject:
Re: fix gotd notifications race
To:
Stefan Sperling <stsp@stsp.name>
Cc:
gameoftrees@openbsd.org
Date:
Thu, 05 Jun 2025 09:04:00 +0200

Download raw body.

Thread
Stefan Sperling <stsp@stsp.name> wrote:
> For some time now I have observed that gotd's notify process exits
> on got.gameoftrees.org whenever a new release gets tagged.
> 
> The problem is triggered by creating a new commit which changes the
> main branch and tagging this commit, then sending both the commit
> and the tag in the same invocation of 'got send' (e.g. got send -T,
> or got send -t 0.112).
> 
> [...]
> 
> ok?

makes sense to me, ok op@