This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 0adfc58 Ensure that .tar.gz checks are run on .tgz files too
0adfc58 is described below
commit 0adfc585307c8f43f9fc484d192f02f52dc0117a
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Apr 3 17:29:27 2025 +0100
Ensure that .tar.gz checks are run on .tgz files too
---
atr/tasks/__init__.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/atr/tasks/__init__.py b/atr/tasks/__init__.py
index 5209fdd..419343f 100644
--- a/atr/tasks/__init__.py
+++ b/atr/tasks/__init__.py
@@ -217,4 +217,5 @@ TASK_FUNCTIONS: Final[dict[str, Callable[...,
Coroutine[Any, Any, list[models.Ta
".sha256": sha_checks,
".sha512": sha_checks,
".tar.gz": tar_gz_checks,
+ ".tgz": tar_gz_checks,
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]