adoroszlai opened a new pull request, #641: URL: https://github.com/apache/ratis/pull/641
## What changes were proposed in this pull request? Exclude Hugo's lock file from source tarball, and let Rat and Git ignore it. https://issues.apache.org/jira/browse/RATIS-1575 ## How was this patch tested? ``` $ mvn -DskipTests -Prelease -Papache-release clean package assembly:single ... [INFO] BUILD SUCCESS $ ls -s ratis-docs/.hugo_build.lock 0 ratis-docs/.hugo_build.lock $ dev-support/checks/rat.sh ... [INFO] BUILD SUCCESS $ tar tzvf ratis-assembly/target/apache-ratis-*-src.tar.gz| grep hugo | wc -l 0 $ git status On branch RATIS-1575 nothing to commit, working tree clean ``` -- 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]
