bneradt commented on PR #10300: URL: https://github.com/apache/trafficserver/pull/10300#issuecomment-1765372300
Looks like there's a trailing whitespace issue: https://ci.trafficserver.apache.org/job/Github_Builds/job/clang-format/3365/console ``` + git grep -IE ' +$' + fgrep -v lib/yamlcpp + fgrep -v .gold: + fgrep -v .test_input doc/release-notes/roadmap.en.rst:When we upload a tarball (compressed archive) to VOTE for a doc/release-notes/roadmap.en.rst:the integrity of the process, maintaining that the released code matches doc/release-notes/roadmap.en.rst:For instance, if we initially have a release candidate named trafficserver-4.1.4-rc1.tar.bz2 doc/release-notes/roadmap.en.rst:like trafficserver-4.1.4.tar.bz2. However, this change also affects the checksums (sha1 and md5) + '[' 1 '!=' 0 ']' + echo 'Error: Trailing whitespaces are not allowed!' Error: Trailing whitespaces are not allowed! + echo 'Error: Please run: git grep -IE '\'' +$'\''' Error: Please run: git grep -IE ' +$' + exit 1 ``` Please remove all trailing white spaces from the new text and recommit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
