This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new cdf4ce7d Allow binary suffixes on archive roots
cdf4ce7d is described below
commit cdf4ce7d1a9e3a7296c4032e22298780ab189f46
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Mar 11 21:41:56 2026 +0000
Allow binary suffixes on archive roots
---
atr/util.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/util.py b/atr/util.py
index 254512e1..7e715f14 100644
--- a/atr/util.py
+++ b/atr/util.py
@@ -60,7 +60,7 @@ import atr.registry as registry
import atr.tarzip as tarzip
import atr.user as user
-ARCHIVE_ROOT_SUFFIXES: Final[tuple[str, ...]] = ("-source", "-src")
+ARCHIVE_ROOT_SUFFIXES: Final[tuple[str, ...]] = ("-binary-assembly",
"-binary", "-bin", "-source", "-src")
DIRECTORY_PERMISSIONS: Final[int] = 0o755
DEV_TEST_MID: Final[str] =
"CAH5JyZo8QnWmg9CwRSwWY=givhxw4nilyenjo71fkdk81j5...@mail.gmail.com"
DEV_THREAD_URLS: Final[dict[str, str]] = {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]