- Jun 15, 2021
-
-
Jean-Paul Calderone authored
Co-authored-by:
Tom Prince <tom.prince@hocat.ca>
-
Jean-Paul Calderone authored
We collect coverage info so we can't very easily run on multiple cores. So we mostly can't take advantage of the bigger machine. With Cachix we can now cache even partial build successes so even if we lose the whole cache and have to start from scratch, the build should now converge on success even if it takes a few tries.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
hope it does not break the build cachix setup step
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 14, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 03, 2021
-
-
Jean-Paul Calderone authored
Attempt to set up a scheduled NixOS job workflow to refresh the CircleCI cache
-
Jean-Paul Calderone authored
Also move this time to a point shortly in my future so it will run and I can see what happens.
-
Jean-Paul Calderone authored
-
- May 18, 2021
-
-
Jean-Paul Calderone authored
Account for leading and trailing whitespace around the Ristretto key when reading it from a file
-
- May 17, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
This exercises whitespace and no-whitespace cases.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- May 13, 2021
-
-
Jean-Paul Calderone authored
Remove the bundled Tahoe-LAFS and just require it as a param or nixpkgs attr
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Also, always store the cache because it should at least save us some effort next time.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
The new binding completely obscures the old binding. The `else` case was recursive with no base.
-
Florian Sesser authored
... on purpose so devs know what to expect from users like me.
-
Jean-Paul Calderone authored
This way we get the cache even if the test suite fails
-
Jean-Paul Calderone authored
-
- May 12, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Remove the vcpython27 installation step
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Switch to the new get-pip.py URL
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- May 06, 2021
-
-
Florian Sesser authored
It is easy to erroneously add extra white space to a text file. For example when writing with an editor like `nano` or when using `echo` without the `-n` argument. Handing that white space over to python-challenge-bypass-ristretto's `decode_base64()` method will make it fail in a rather opaque way, see https://github.com/LeastAuthority/python-challenge-bypass-ristretto/issues/37. This eliminates white space including newlines around the key expected to be in that file.
-
- Feb 18, 2021
-
-
Jean-Paul Calderone authored
Add ``default-token-count`` configuration item
-
Jean-Paul Calderone authored
-
- Feb 17, 2021
-
-
Jean-Paul Calderone authored
-