This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
omit 133ab837 Include checker name in cache key and tidy up some code.
omit a96e11aa Include release policy in attestation and pull hashes for
checks from there.
omit d7c4a175 Start to move caching out of check tasks
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/main (929a8c3b)
\
O -- O -- O (133ab837)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
atr/attestable.py | 21 +-
atr/db/__init__.py | 3 -
atr/docs/checks.md | 2 +-
atr/docs/tasks.md | 2 +-
atr/file_paths.py | 28 ---
atr/get/report.py | 11 +-
atr/hashes.py | 42 ----
atr/merge.py | 7 +-
atr/models/attestable.py | 3 +-
atr/models/sql.py | 2 +-
atr/storage/readers/checks.py | 49 +---
atr/storage/readers/releases.py | 2 -
atr/storage/writers/revision.py | 5 +-
atr/tasks/__init__.py | 317 +++++-------------------
atr/tasks/checks/__init__.py | 185 +++++---------
atr/tasks/checks/compare.py | 5 -
atr/tasks/checks/hashing.py | 7 -
atr/tasks/checks/license.py | 16 +-
atr/tasks/checks/paths.py | 20 +-
atr/tasks/checks/rat.py | 7 +-
atr/tasks/checks/signature.py | 6 -
atr/tasks/checks/targz.py | 8 -
atr/tasks/checks/zipformat.py | 10 +-
migrations/versions/0049_2026.02.11_5b874ed2.py | 37 ---
tests/unit/recorders.py | 2 +-
25 files changed, 165 insertions(+), 632 deletions(-)
delete mode 100644 atr/file_paths.py
delete mode 100644 atr/hashes.py
delete mode 100644 migrations/versions/0049_2026.02.11_5b874ed2.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]