| 3 Apr 2026 |
John Ericson | (I would like to change the schema, but not till after it is deployed) | 15:29:03 |
hexa (signing key rotation when) | I asked about the state of things in hydra-queue-runner and got no great response | 15:29:11 |
John Ericson | I will go check that | 15:29:29 |
John Ericson | hexa (signing key rotation when): indeed I am sorry for missing that earlier | 15:30:41 |
John Ericson | we're ready | 15:30:48 |
hexa (signing key rotation when) |  Download | 19:40:25 |
hexa (signing key rotation when) | noted and queued for later netx week | 19:40:49 |
hexa (signing key rotation when) | Redacted or Malformed Event | 19:40:51 |
John Ericson | thank you! | 19:41:12 |
hexa (signing key rotation when) | https://github.com/NixOS/infra/pull/995/changes/6f516c2209b8ef0c65430cfed8921075801b4d5a | 19:41:19 |
eveeifyeve | This string is wrong: df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}' It's supposed to be df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf "%.0d\n", to_free*1024} | 21:08:12 |
eveeifyeve | * This string is wrong: df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}' It's supposed to be df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf "%.0d\n", to_free*1024} as when I try to run this string locally I get:
awk: cmd. line:1: NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}
awk: cmd. line:1:
| 21:15:00 |
eveeifyeve | * This string is wrong: df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}' It's supposed to be df -k /nix/store | awk 'NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf "%.0d\n", to_free*1024} as when I try to run this string locally I get:
awk: cmd. line:1: NR==2 {available=$4; required=100*1024*1024; to_free=required-available; printf \"%.0d\", to_free*1024}
awk: cmd. line:1: ^ backslash not last character on line
| 21:15:25 |
hexa (signing key rotation when) | they are escapes for the nix string | 21:20:45 |
hexa (signing key rotation when) | if you copy it verbatim then you are holding it wrong | 21:21:00 |
eveeifyeve | Oh I see now. | 21:26:57 |
eveeifyeve | * Oh I see it now. | 21:27:05 |