This is an automated email from the ASF dual-hosted git repository.
weichiu 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 bee10f0731 HDDS-12671. Include .editorconfig and .run in source
tarball (#8139)
bee10f0731 is described below
commit bee10f07310f38687391db660b8841ce780b72fc
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Mar 24 22:45:55 2025 +0100
HDDS-12671. Include .editorconfig and .run in source tarball (#8139)
---
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]