mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00

remove unused functions add pkg.which for deb packages. an item from pkng that should have spread to systems that support it move SourcesList and SourceEntry to salt.utils.pkg.deb where it belongs. fix pkg.which test hopfully coreutils is installed first attempt at fixng #65703 add first changelogs fix the indexing issue with deb opts by using OrderedDict instead move salt.utils.pkg.deb tests to functional since not actually unit test. use example.com instead of real repo in tests. fix changelog 65703 added changelog for 66201 fix two to many toos in changelog
71 B
71 B
added pkg.which to aptpkg, for finding which package installed a file.