gzsombor commented on a change in pull request #795: ZOOKEEPER-3265: Fix 
fileset to match shell scripts and python files i…
URL: https://github.com/apache/zookeeper/pull/795#discussion_r252874777
 
 

 ##########
 File path: build.xml
 ##########
 @@ -973,8 +973,9 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
       <chmod perm="ugo+x" type="file" parallel="false">
         <fileset dir="${dist.dir}/bin"/>
         <fileset dir="${dist.dir}/sbin"/>
-        <fileset dir="${dist.dir}/src/zookeeper-contrib/">
-          <include name="*/bin/*" />
+        <fileset dir="${dist.dir}/contrib/">
+          <include name="**/*.sh" />
+          <include name="**/*.py" />
 
 Review comment:
   There is no "bin" folder anymore.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to