ycycse commented on code in PR #16511:
URL: https://github.com/apache/iotdb/pull/16511#discussion_r2386837120
##########
distribution/src/assembly/ainode.xml:
##########
@@ -30,20 +30,48 @@
<fileSet>
<directory>${project.basedir}/../iotdb-core/ainode/target/apache-iotdb-ainode-${project.version}/apache-iotdb-ainode-${project.version}/conf</directory>
<outputDirectory>${file.separator}/conf</outputDirectory>
+ <excludes>
+ <exclude>venv/**</exclude>
+ <exclude>.venv/**</exclude>
+ <exclude>target/**</exclude>
+ <exclude>**/__pycache__/**</exclude>
+ <exclude>**/*.pyc</exclude>
+ </excludes>
Review Comment:
Will venv exist under conf folder? Maybe we can make it more clear.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]