| 24 May 2021 |
Sandro 🐧 | Does that mean it supports ! for negating filters? | 15:29:12 |
andi- | I haven't tried if it does that I have just seen that it contradicts with the realworld usage.. | 15:30:05 |
andi- | e.g. gitignore specifies foo/bar/ will match /foo/bar but not /a/foo/bar but that is what they say in their docs :D | 15:30:34 |
andi- | Given that they list ! as one of the explicit exceptions I don't think it will work.. | 15:32:54 |
andi- | The differences are more around the slashes and at which positions they are allwoed | 15:33:13 |
Sandro 🐧 | sounds strange lol | 15:34:09 |
andi- | One of the examples in the gitignore manpage:
• If there is a separator at the end of the pattern then the pattern will only match
directories, otherwise the pattern can match both files and directories.
Compare that to this example from the GitHub docs:
# In this example, @octocat owns any file in an apps directory
# anywhere in your repository.
apps/ @octocat
| 15:38:14 |
andi- | Perhaps it is a matter of wording... As ignoring the whole subtree == owning all the files? | 15:39:15 |
| Stéphan joined the room. | 18:23:37 |
| [0x4A6F] joined the room. | 18:48:02 |
7c6f434c | I have a feeling that /bin/sh in Nix sandbox works on OfBorg in general, but not always on aarch64-linux https://github.com/NixOS/nixpkgs/pull/124289/checks?check_run_id=2658877113 — is it a bug or a feature? | 19:46:47 |
| 25 May 2021 |
7c6f434c | (rerunning ofborg build did not change the result) | 07:20:46 |
lukegb (he/him) | andi-: I think it's a matter of wording | 10:47:44 |
lukegb (he/him) | e.g. apps/ in .gitignore matches the "apps" directory but not a file called "apps" | 10:47:55 |
lukegb (he/him) | so they're not really contradictory | 10:48:23 |
| 28 May 2021 |
| globin joined the room. | 17:04:59 |
| 31 May 2021 |
| [0x4A6F] changed their display name from [0x4A6F] to 0x4A6F. | 08:24:13 |
| 1 Jun 2021 |
| [0x4A6F] changed their display name from 0x4A6F to [0x4A6F]. | 06:35:59 |
| 5 Jun 2021 |
Sandro 🐧 | Why does ofborg not build any packages on https://github.com/NixOS/nixpkgs/pull/125793 ? | 14:25:19 |
| 7 Jun 2021 |
Alyssa Ross | Does OfBorg run unstable Nix? Would updating the Nix it uses be enough to make it catch https://github.com/NixOS/nixpkgs/pull/125772#issuecomment-855259547? | 10:36:42 |
andi- | Iirc ofBorg doesn't run unstable nix | 11:14:07 |
Alyssa Ross | ah okay | 11:14:38 |
Alyssa Ross | so we'd need a meta check | 11:14:41 |
andi- | Apparently the rust ICE that I've been chasing for over a month now has been open since 2018: https://github.com/rust-lang/rust/issues/56935 :( | 17:38:53 |
| 10 Jun 2021 |
| Ekleog joined the room. | 16:55:44 |
| 16 Jun 2021 |
hexa | the aarch64 builder has had crashing pytest runners during the home-assitant test suite for the last week or so | 16:29:57 |
hexa | https://logs.nix.ci/?key=nixos/nixpkgs.127091&attempt_id=f0ef90c3-3a50-44be-b36c-eeb97f7ddd1f | 16:30:17 |
hexa | for example | 16:30:20 |
Sandro 🐧 | In reply to @hexa:lossy.network https://logs.nix.ci/?key=nixos/nixpkgs.127091&attempt_id=f0ef90c3-3a50-44be-b36c-eeb97f7ddd1f Does this take forever to load for you, too? | 16:50:05 |
hexa | no | 17:35:10 |