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

schultz pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new ba2fcbb  Fail the build if GPG is not found in the expected location.
ba2fcbb is described below

commit ba2fcbbb3a1f8a8e569b572eb4b0b65a438841a4
Author: Christopher Schultz <ch...@christopherschultz.net>
AuthorDate: Thu Nov 11 10:40:29 2021 -0500

    Fail the build if GPG is not found in the expected location.
---
 res/maven/mvn-pub.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
index 13903e7..cbc39f6 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -409,6 +409,7 @@
 
   <target name="init-gpg-1">
     <available file="${gpg.exec}" property="gpg.exec.available"/>
+    <fail unless="gpg.exec.available">GPG is required, but was not found at 
${gpg.exec}</fail>
   </target>
 
   <target name="init-gpg-2" if="${gpg.exec.available}">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to