Skip to content

Set Dir::Etc in config to avoid leaking apt sources lists

Kevin requested to merge kpengboy/package-helpers:no-leak-apt-etc into flidas

Set Dir::Etc in config so that, when running helpers on developers' personal machines, apt won't consider entries from /etc/apt/sources.list.d/*.list during the apt-get update step.

This fixes an annoying bug for me.

Edited by Luis Guzmán

Merge request reports