You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/02/12 13:22:09 UTC

[GitHub] nkalmar commented on a change in pull request #817: ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy

nkalmar commented on a change in pull request #817: ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy
URL: https://github.com/apache/zookeeper/pull/817#discussion_r255948513
 
 

 ##########
 File path: build.xml
 ##########
 @@ -862,7 +857,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
         <fileset dir="${conf.dir}" excludes="**/*.template"/>
       </copy>
 
-      <copy todir="${dist.dir}/docs">
+      <copy todir="${dist.dir}/zookeeper-docs">
 
 Review comment:
   Since paths has been modified, you also need to edit releaseaudit target, excludes.
   See here which files are not excluded:
   https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/3290/artifact/patchprocess/patchReleaseAuditProblems.txt
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services