This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch ozone-2.0 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 9e8c78a7d97027ce35b3fc7e6d905c1d7d8b3bb1 Author: Doroszlai, Attila <[email protected]> AuthorDate: Mon Mar 24 22:45:55 2025 +0100 HDDS-12671. Include .editorconfig and .run in source tarball (#8139) (cherry picked from commit bee10f07310f38687391db660b8841ce780b72fc) --- hadoop-ozone/dist/src/main/assemblies/ozone-src.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml b/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml index 517d03926f..3c80307dfe 100644 --- a/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml +++ b/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml @@ -59,6 +59,7 @@ <fileSet> <directory>.</directory> <includes> + <include>.editorconfig</include> <include>pom.xml</include> <include>README.md</include> <include>HISTORY.md</include> @@ -66,6 +67,13 @@ <include>CONTRIBUTING.md</include> </includes> </fileSet> + <fileSet> + <directory>.run</directory> + <includes> + <include>**/*</include> + </includes> + <useDefaultExcludes>true</useDefaultExcludes> + </fileSet> <fileSet> <directory>dev-support</directory> <useDefaultExcludes>true</useDefaultExcludes> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
