This is an automated email from the ASF dual-hosted git repository.
erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 47cd204 HDDS-6107. Exclude hugo lock file from source tarball (#2923)
47cd204 is described below
commit 47cd20481abc7535de3bfda2cc33b6bf084a4ebf
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Dec 15 00:15:18 2021 +0100
HDDS-6107. Exclude hugo lock file from source tarball (#2923)
---
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]