<{^_^}>
[ofborg] @Ekleog opened pull request #140 → Handle capitalized user names → https://git.io/vxnWy
<ekleog>
here it is :)
<gchristensen>
thats the way to do it!
<ekleog>
(doesn't break any test that weren't broken on my machine beforehand)
<gchristensen>
I'm still surprised you have broken tests
<gchristensen>
btw ekleog your nom pr looks good, I'm just still grokking it
<ekleog>
no problem, it doesn't bring much for the time being anyway :)
<ekleog>
about my failing tests, I think I came upon http://ekleog.xelpaste.net/P0LWSu at some point, that fails to build here (and having builder = "/bin/sh" fixes things)
<ekleog>
but I don't get what <nix> is, so I can't investigate it much further
<{^_^}>
To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000) then replace it with the correct hash Nix expected.
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-borg
tilpner has quit [Quit: :wq]
tilpner has joined #nixos-borg
tilpner has quit [Quit: :wq]
tilpner has joined #nixos-borg
tilpner has quit [Quit: :wq]
tilpner has joined #nixos-borg
tilpner has quit [Client Quit]
tilpner has joined #nixos-borg
<Mic92>
I always change the last character instead
<makefu>
i press ctrl-a inside the string :)
<gchristensen>
what does that do?
<gchristensen>
I only use the 0's when I'm doing a new pkgs
<makefu>
increment the next number
<gchristensen>
oh cool
jtojnar_ has joined #nixos-borg
jtojnar has quit [Read error: Connection reset by peer]
<{^_^}>
→ 9420cb5c by @grahamc: clarify what _no_ log means: not a partial loog
<{^_^}>
→ 29fadfaa by @grahamc: Extract the file to lines function
<{^_^}>
→ 789986a1 by @grahamc: Require full logs everywhere
<MichaelRaskin>
OK, so I guess the attempt to get tests into nixpkgs in a visible way should be written of as a failure. Do we consider it a good idea if I put them into a separate repository and try to PR some support for applying external nixpkgs test?
orivej has joined #nixos-borg
<MichaelRaskin>
gchristensen:
jtojnar has joined #nixos-borg
<makefu>
MichaelRaskin: i really like the idea of fast tests, as of right now the full-blown tests are just too slow and too complicated which really does not make it feasible to have such tests for all core packages
<MichaelRaskin>
That's why I am looking for a way to de-facto impose tests — as lightweight as possible — without explicitly circumventing the objection to their inclusion in Nixpkgs