This is an automated email from the ASF dual-hosted git repository.

arm pushed a change to branch arm
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


 discard 20212d31 #766 - Apply URL encoding to thread URLs
 discard 993f8f1d #762 - Move SVN host to the task so it's no longer an input 
from form handling.
     add e461dacd Move archives into a top level state directory
     add 33cac1db Set immutable permissions on extracted archive files and 
directories
     add e4ae4625 Rename interfaces and variables related to extracted archives
     add 121b7184 Make some e2e compose tests more reliable
     new 0f6650b0 #762 - Move SVN host to the task so it's no longer an input 
from form handling.
     new ec5ac5b3 #766 - Apply URL encoding to thread URLs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (20212d31)
            \
             N -- N -- N   refs/heads/arm (ec5ac5b3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 atr/config.py                            |  2 +
 atr/hashes.py                            |  2 +-
 atr/paths.py                             |  4 +-
 atr/server.py                            | 49 +++++++++++++++++++---
 atr/storage/writers/release.py           |  2 +-
 atr/tasks/checks/__init__.py             | 12 +++---
 atr/tasks/checks/compare.py              | 10 ++---
 atr/tasks/checks/license.py              | 34 +++++++--------
 atr/tasks/checks/rat.py                  | 50 +++++++++++-----------
 atr/tasks/checks/targz.py                | 14 +++----
 atr/tasks/checks/zipformat.py            | 18 ++++----
 atr/tasks/quarantine.py                  | 72 +++++++++++++++++---------------
 tests/e2e/compose/conftest.py            | 10 +----
 tests/unit/test_archive_permissions.py   | 52 +++++++++++++++++++++++
 tests/unit/test_archive_root_variants.py | 24 +++++------
 tests/unit/test_checks_compare.py        | 18 ++++----
 tests/unit/test_quarantine_backfill.py   | 23 ++++++----
 tests/unit/test_quarantine_task.py       | 39 +++++++++--------
 18 files changed, 267 insertions(+), 168 deletions(-)
 create mode 100644 tests/unit/test_archive_permissions.py


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

Reply via email to