CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/04/19 06:51:32
Modified files:
usr.sbin/pkg_add/OpenBSD: PackageLocation.pm
usr.sbin/pkg_add/OpenBSD/PackageRepository: Cache.pm
Installed.pm
Log message:
next iteration: make the support dependent on TEST parameters
-DTEST_CACHING: try the cache
-DTEST_CACHING_VERBOSE: make it say what it does
-DTEST_CACHING_RECHECK: don't trust the cache and compare the extracted
value with the actual package contents (thus making it slower once again)
Quite a few more checks along the way, in general