Maximilian Bosch
Maximilian Bosch
Closes #1333 It probably makes most sense to review this commit-by-commit. cc @come-nc @susnux @tacruc
### Describe the bug _No response_ ### Steps to reproduce Given a contact that is ungrouped. When I * Click on "Not grouped" * Edit the contact and add it...
While trying to build a reproducer for an issue I had in a customer deployment, I stumbled upon this: ```ini # environments/test/environment.cfg [environment] host_domain = fcio.net service_user = s-myservice platform...
`git-bundle` is the better way to deploy things given its correctness guarantees, however it's not practical for dev cycles. So what I usually do is to edit the environment.cfg accordingly....
So apparently batou 2.5 fixed something around `self.require("foo", host=self.host)` since I got the following error messages on a batou deployment that worked perfectly fine before when upgrading to 2.5.1 (for...
While recreating a devhost that was garbage-collected in the meantime with `batou` I got the following logs: ``` [...] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT...
This patch adds a `--add-rpath-and-shrink` option which performs `--add-rpath` and `--shrink-rpath` in a single write to not leak space (`--add-rpath` increases the ELF header size, `--shrink-rpath` doesn't reduce it when...
__Note:__ I know this is missing an update of the man-page and tests. I'd like to know if you'd be open to accept such a patch in the first place...
Involved Nix versions: * `nix (Lix, like Nix) 2.93.0-devpre20250128_f8a5927` (local side) * `nix (Nix) 2.24.11` (remote) * `nix-output-monitor 2.1.4` To reproduce: build something with a lot of rebuilds (e.g. `hello`...
First and foremost: I'm not a Darwin person, I'm just forwarding observations since I happen to maintain passage in nixpkgs, so apologies if I missed a few details. Relevant report...