Wolf Vollprecht
Wolf Vollprecht
IMO this is too much change in a single PR. What I would be fine with is if we change the overlinking checks to not rely on the host prefix...
I am thinking the best thing would be to add a new file in the cache folder that would capture these mappings (or let the first post-processing step create this...
Yes, it should be quite straightforward to build them in CI (especially since Github actions has the osx-arm64 runners these days).
Yeah we didn't want to make the `info` folder larger than it should be. However, other users also noted that it's not super useful to install these files into the...
We use `shared_ptr` in two places -- for Mirrors and DownloadTargets. I think for `Mirror` it might be easy enough to get rid of the shared pointer, but not sure...
I think we should do at least two things on our end: - log more error context if possible - allow users to deactivate pre-condition checking @martenson are you sure...
I think the idea is solid but I would like to double check whether this takes into account the environment variables from `env_dir.d` which are stored in JSON files?
Also I would put this into a new function and make sure it's well tested etc.
Hmm, I think the biggest issue is that we don't have an endpoint to easily check, or do we?
Yeah although part of the problem is that we store auth per host and we don't know any channels that are available at that point. We could create a "check-auth"...