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 e25a43f  Stop the gnupg debugging patch from being applied
e25a43f is described below

commit e25a43f7a1a2bb857f6d3d8e5b2e92872e0b5a9d
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Jun 18 19:38:36 2025 +0100

    Stop the gnupg debugging patch from being applied
---
 Dockerfile.alpine | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index 877d2f3..8ef45f6 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -50,7 +50,6 @@ RUN apk update && \
       make \
       nix \
       openjdk8 \
-      patch \
       rsync \
       subversion
 
@@ -66,8 +65,6 @@ COPY --from=builder /opt/atr/Makefile .
 COPY --from=builder /opt/atr/alembic.ini .
 COPY --from=builder /opt/atr/start-atr.sh .
 
-RUN patch /opt/atr/.venv/lib/python3.13/site-packages/gnupg.py 
/opt/atr/patches/gnupg.py.patch
-
 RUN chmod +x ./start-atr.sh
 
 # install additional tools


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

Reply via email to