This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 4639e6cb5a Improve verify-release target. 4639e6cb5a is described below commit 4639e6cb5acda88a6961095afba06438b3e2165b Author: schultz <schu...@apache.org> AuthorDate: Sat Dec 9 12:14:19 2023 -0800 Improve verify-release target. Include all release artifacts in final release verification check. Suppress verify/ and any vi swap files from src bundle. --- build.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 228ffd8dab..70f6c94c08 100644 --- a/build.xml +++ b/build.xml @@ -2478,6 +2478,7 @@ </and> <filename name="**/*.asc" /> <filename name="**/*.tmp" /> + <filename name="**/.*.sw*" /> <filename name="**/maven-resolver-ant-tasks-*.jar" /> <filename name="**/thumbs.db" /> <filename name="**/Thumbs.db" /> @@ -2497,6 +2498,9 @@ <filename name="modules/jdbc-pool/**" /> </not> </and> + <!-- Do not inculde any files user for release-verification --> + <filename name="verify" /> + <filename name="verify/**" /> </or> </not> </fileset> @@ -4088,8 +4092,7 @@ Unable to locate release hash for @{basefile} <filesmatch file1="output/release/v${version}/@{src-or-bin}/@{basefile}.sha512" file2="verify/@{basefile}.sha512"/> </condition> - <echo if:set="reproducible-@{num}">Signature MATCH for @{src-or-bin}/@{basefile} - </echo> + <echo if:set="reproducible-@{num}">Signature MATCH for @{src-or-bin}/@{basefile}</echo> <echo unless:set="reproducible-@{num}"> Signature mismatch for @{src-or-bin}/@{basefile}: </echo> @@ -4164,10 +4167,8 @@ reproducible-10=${reproducible-10} <isset property="reproducible-6" /> <isset property="reproducible-7" /> <isset property="reproducible-8" /> -<!-- <isset property="reproducible-9" /> <isset property="reproducible-10" /> ---> </and> </condition> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org