Repository: zookeeper
Updated Branches:
refs/heads/branch-3.5 f2a7dd889 -> 5c214b94e
ZOOKEEPER-2724: Skip cert files for releaseaudit target.
Skip the cert files as they are not source files, plus we already do the same for master branch..
Author: Michael Han <hanm@apache.org>
Reviewers: Camille Fournier <camille@apache.org>
Closes #194 from hanm/ZOOKEEPER-2724
Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/5c214b94
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/5c214b94
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/5c214b94
Branch: refs/heads/branch-3.5
Commit: 5c214b94e570f7aad92a872cae2efaa2979283d6
Parents: f2a7dd8
Author: Michael Han <hanm@apache.org>
Authored: Fri Mar 17 10:58:00 2017 -0400
Committer: Camille Fournier <camille@apache.org>
Committed: Fri Mar 17 10:58:00 2017 -0400
----------------------------------------------------------------------
build.xml | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/zookeeper/blob/5c214b94/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index df5e4e8..605978a 100644
--- a/build.xml
+++ b/build.xml
@@ -1530,6 +1530,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<target name="releaseaudit" depends="package,rats-taskdef" description="Release Audit
activities">
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
<fileset dir="${dist.dir}">
+ <exclude name="**/*.cer"/>
<exclude name="**/*.m4"/>
<exclude name="**/*.md5"/>
<exclude name="**/*.pom"/>
|