Hi, Simon Josefsson <[email protected]> writes:
> [email protected] (Ludovic Courtès) writes: [...] >> Currently, what Hydra does it sends an email each time a build fails; >> and it tries to build each time one of the inputs changed. >> >> So, for instance, if an Inetutils build fails, then Hydra won’t trigger >> a new build until either the Inetutils repo, or the Gnulib repo, or the >> standard Nix build environment change. > > And one build per build machine too? No, one per build system (where system is ‘i686-linux’, etc.). > I think this will likely lead to a large number of e-mails very > quickly... Of the 3 events above, Gnulib changes are the most frequent (several commits a day?). So if Inetutils fails to build, you would get 3 messages (one for each system type) each time a Gnulib commit is made. Until it’s fixed, that is. Thanks, Ludo’.
