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


    from 75e749fa Bump actions/cache from 5.0.3 to 5.0.4
     add 988323f1 #1009 - Validate committee key from URL against the form
     add 0957bc0d Inline comment to address worker auth
     add aab1b906 Add daily maintenance task
     add 424bddf8 #1136 - change import paths to stop importing all tasks via 
SSH (-> writers -> announce -> message) module.

No new revisions were added by this update.

Summary of changes:
 atr/docs/tasks.md                                 |   5 +
 atr/get/distribution.py                           |   8 +-
 atr/get/finish.py                                 |   8 +-
 atr/mail.py                                       |   8 +-
 atr/models/__init__.py                            |  19 ++-
 atr/models/args.py                                | 170 ++++++++++++++++++++++
 atr/{sbom/constants/version.py => models/mail.py} |   8 +-
 atr/models/results.py                             |   7 +
 atr/models/sql.py                                 |   1 +
 atr/post/projects.py                              |   3 +
 atr/sbom/cyclonedx.py                             |  11 +-
 atr/server.py                                     |  11 +-
 atr/ssh.py                                        |   5 -
 atr/storage/writers/announce.py                   |   4 +-
 atr/storage/writers/distributions.py              |   4 +-
 atr/storage/writers/sbom.py                       |  10 +-
 atr/storage/writers/vote.py                       |  11 +-
 atr/tasks/__init__.py                             |  65 +++++++--
 atr/tasks/distribution.py                         |  26 +---
 atr/tasks/gha.py                                  |  83 ++++-------
 atr/tasks/keys.py                                 |  21 +--
 atr/tasks/maintenance.py                          |  53 +++++++
 atr/tasks/message.py                              |  70 +++------
 atr/tasks/metadata.py                             |  26 +---
 atr/tasks/quarantine.py                           |  30 ++--
 atr/tasks/sbom.py                                 |  53 ++-----
 atr/tasks/svn.py                                  |  21 +--
 atr/tasks/vote.py                                 |  66 ++++-----
 atr/worker.py                                     |   3 +
 tests/unit/test_quarantine_task.py                |  13 +-
 30 files changed, 480 insertions(+), 343 deletions(-)
 create mode 100644 atr/models/args.py
 copy atr/{sbom/constants/version.py => models/mail.py} (88%)
 create mode 100644 atr/tasks/maintenance.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to