mbox series

[0/3] isar-sstate: improve cache debugging capabilities

Message ID 20260921150634.972641-1-felix.moessbauer@siemens.com
Headers show
Series isar-sstate: improve cache debugging capabilities | expand

Message

Felix Moessbauer Sept. 21, 2026, 3:06 p.m. UTC
We sometimes still could profit more from the sstate cache by avoiding
needless dependencies or shrinking artifact sizes.

To help identify cases where we trash the cache, we add two helper commands:

- isar-sstate show: list all artifacts of a PN
- isar-sstate delta: compare an artifact with others

The helpers work both with local and remote caches.

Best regards,
Felix Moessbauer
Siemens AG

Felix Moessbauer (3):
  isar-sstate: add helpers to read signature data
  isar-sstate: add show command to list all artifacts of a PN
  isar-sstate: add delta command to compare artifact with others

 scripts/isar-sstate | 171 ++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 159 insertions(+), 12 deletions(-)