Eelco Dolstra
Eelco Dolstra
Yes, this is on my todo list. Hydra since last week or so has a per-user "dashboard" page. The idea is to add a tab that shows all current builds...
I think it's better to start using the `Store` abstraction. I started work on this a while ago, here is how far I got: https://pastebin.com/SA5TStt9. The remaining problems are lack...
If I understand correctly what this does, it could cause a lot of extra load on hydra.nixos.org, since for every Nixpkgs/NixOS evaluation, it will have to process every *finished* build...
Likewise for undefined options (#148, #180).
It's actually for both Nix and Nixpkgs, but not NixOS :-) Nix's substituters (i.e. for downloading binaries) can probably be made to use -C fairly easily. Nixpkgs' fetchurl is trickier...
Yeah, it's hard to apply access control to a Nix store, since you have to check that a path is in some closure resulting from a build in a project...
Does archiving break URL references to the repo?
It would have to be done client-side because it would be prohibitively expensive to do this as part of the `packages.json` generation. We'd have to do tens of thousands of...
I'm not a fan of RST, which has all the "do what I mean" syntax issues common to all markdown-like languages. (E.g. you have to remember what magic number of...
> So at minimum, we need anchor support. No, we don't. The whole point of switching to Markdown is to make it easier to contribute. If we reinvent Docbook markup...