This is an automated email from the ASF dual-hosted git repository.
sbp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
discard 7b67b1f Make the SBOM task generate a file, and use type safe symbols
for 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 (3d6c3f8)
\
O -- O -- O (7b67b1f)
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/db/__init__.py | 4 +-
atr/db/models.py | 3 +-
atr/routes/candidate.py | 4 +-
atr/routes/dev.py | 78 +++++++++
atr/routes/draft.py | 82 ++-------
atr/routes/keys.py | 11 +-
atr/routes/modules.py | 1 +
atr/ssh.py | 4 +-
atr/tasks/__init__.py | 77 ++-------
atr/tasks/checks/__init__.py | 7 +-
atr/tasks/checks/rat.py | 2 +-
atr/tasks/rsync.py | 27 +--
atr/tasks/sbom.py | 324 +++++++++++++++--------------------
atr/templates/dev-send-email.html | 89 ++++++++++
atr/templates/draft-review-path.html | 2 +-
atr/templates/draft-tools.html | 9 -
atr/util.py | 16 --
atr/worker.py | 88 ++++++++--
18 files changed, 428 insertions(+), 400 deletions(-)
create mode 100644 atr/routes/dev.py
create mode 100644 atr/templates/dev-send-email.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]