mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-06-04 15:02:52 +00:00
Packages that produce no classifiable assets (e.g. mariadb-galera with the galera asset_filter) were being refetched every batch because !hasAssets marked them stale regardless of timestamp. The hasAssets condition was intended for the startup case (classified from empty rawcache), but those packages are already caught by t.IsZero() on first run. Respect the timestamp for 0-asset results as for any other package.