This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git
The following commit(s) were added to refs/heads/main by this push:
new 4c19890a chore(java): remove gpg pinentry-mode (#1636)
4c19890a is described below
commit 4c19890a15b87e36dd6a5db9a954066658f310bd
Author: Shawn Yang <[email protected]>
AuthorDate: Thu May 16 21:41:39 2024 +0800
chore(java): remove gpg pinentry-mode (#1636)
## What does this PR do?
remove gpg pinentry-mode
## Related issues
<!--
Is there any related issue? Please attach here.
- #xxxx0
- #xxxx1
- #xxxx2
-->
## Does this PR introduce any user-facing change?
<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/incubator-fury/issues/new/choose)
describing the need to do so and update the document if necessary.
-->
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Benchmark
<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
---
java/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index 3f7f7b5f..9fec9525 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -197,13 +197,6 @@
<goals>
<goal>sign</goal>
</goals>
- <configuration>
- <!-- Prevent `gpg` from using pinentry programs -->
- <gpgArguments>
- <arg>--pinentry-mode</arg>
- <arg>loopback</arg>
- </gpgArguments>
- </configuration>
</execution>
</executions>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]