adoroszlai opened a new pull request #2923:
URL: https://github.com/apache/ozone/pull/2923
## What changes were proposed in this pull request?
Hugo 0.89:
> Hugo now writes an empty file named `.hugo_build.lock` to the root of the
project when building
We should exclude this lock file from the source tarball of releases.
```
$ mvn -DskipTests -Psrc clean package
$ tar tzvf hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT-src.tar.gz | grep
hugo | wc -l
1
```
https://issues.apache.org/jira/browse/HDDS-6107
## How was this patch tested?
```
$ mvn -DskipTests -Psrc clean package
$ tar tzvf hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT-src.tar.gz | grep
hugo | wc -l
0
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]