Skip to content

Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)

Julian Andres Klode requested to merge jak/apt:pu/netrcparts into master

This allows us to install matching auth files for sources.list.d files, for example; very useful.

This converts aptmethod's authfd from one FileFd to a vector of pointers to FileFd, as FileFd cannot be copied, and move operators are hard.

Merge request reports

Loading