Skip to content

Commit 61ace72

Browse files
committed
Fix broken verify-release task if gpg is not on the path
1 parent 07375b1 commit 61ace72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4446,7 +4446,7 @@ It appears there are no build artifacts to verify. Please run 'ant release' firs
44464446
<mkdir dir="${tomcat.release.verify}" />
44474447
<!-- <chmod dir="${tomcat.release.verify}" perm="700"/>--><!-- To make gpg happy -->
44484448

4449-
<exec executable="gpg" failonerror="false"><!-- Not sure why this returns 2 on 'success?' -->
4449+
<exec executable="${gpg.exec}" failonerror="false"><!-- Not sure why this returns 2 on 'success?' -->
44504450
<arg value="--no-default-keyring" />
44514451
<arg value="--primary-keyring" />
44524452
<arg value="${tomcat.release.verify}/apache-keys"/>

0 commit comments

Comments
 (0)