You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by er...@apache.org on 2021/12/15 05:13:23 UTC

[ozone] 02/02: HDDS-6107. Exclude hugo lock file from source tarball (#2923)

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 <64...@users.noreply.github.com>
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: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org