From: "Omar Polo" Subject: Re: fix gotd notifications race To: Stefan Sperling Cc: gameoftrees@openbsd.org Date: Thu, 05 Jun 2025 09:04:00 +0200 Stefan Sperling 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@