This is an automated email from the ASF dual-hosted git repository. erose pushed a commit to branch ozone-1.2 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 76aa27e7c05196ae00cba540efce4bb7529e5d15 Author: Doroszlai, Attila <[email protected]> AuthorDate: Wed Dec 15 00:15:18 2021 +0100 HDDS-6107. Exclude hugo lock file from source tarball (#2923) (cherry picked from commit 47cd20481abc7535de3bfda2cc33b6bf084a4ebf) --- hadoop-ozone/dist/src/main/assemblies/ozone-src.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml b/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml index 7b38ca5..3c97d3a 100644 --- a/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml +++ b/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml @@ -73,6 +73,7 @@ <useDefaultExcludes>true</useDefaultExcludes> <excludes> <exclude>**/.classpath</exclude> + <exclude>**/.hugo_build.lock</exclude> <exclude>**/.project</exclude> <exclude>**/.settings</exclude> <exclude>**/*.iml</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
