This is now pushed, and I updated the Guix package as well.
Cheers,
Clément
Clément Lassieur writes:
> Hello Tatiana!
>
> I rebased your branch and did the changes I talked about, along with a
> few minor things like error handling and cosmetic changes.
>
> The result is available there: https:
Hello Tatiana!
I rebased your branch and did the changes I talked about, along with a
few minor things like error handling and cosmetic changes.
The result is available there: https://cuirass.lassieur.org/ and the
code is available there: https://git.lassieur.org/cgit/cuirass.git/.
I plan to pus
Hi Tatiana,
Thank you for these changes!
> From: TSholokhova
>
> * src/cuirass/database.scm (db-get-builds): Add 'succeeded' and 'failed'
> status filters.
> (db-get-builds-min, db-get-builds-max): Extend functional to support
> min/max extraction for a given status.
>
> * src/cu