Repository: bigtop
Updated Branches:
  refs/heads/master c6033e96c -> e5480da42


BIGTOP-2425: crunch needs JDK8 javadoc

Signed-off-by: Youngwoo Kim <yw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e5480da4
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e5480da4
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e5480da4

Branch: refs/heads/master
Commit: e5480da42b9fe4db2cd26c578cc599cab81e06c6
Parents: c6033e9
Author: Olaf Flebbe <o...@fleb.be>
Authored: Mon May 9 21:58:57 2016 +0200
Committer: Youngwoo Kim <yw...@apache.org>
Committed: Thu May 12 20:11:34 2016 +0900

----------------------------------------------------------------------
 .../src/common/crunch/patch1-remove-Xdoclintnone.diff     | 10 ++++++++++
 bigtop-packages/src/rpm/crunch/SPECS/crunch.spec          |  3 +++
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e5480da4/bigtop-packages/src/common/crunch/patch1-remove-Xdoclintnone.diff
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/crunch/patch1-remove-Xdoclintnone.diff 
b/bigtop-packages/src/common/crunch/patch1-remove-Xdoclintnone.diff
new file mode 100644
index 0000000..8f0fc5b
--- /dev/null
+++ b/bigtop-packages/src/common/crunch/patch1-remove-Xdoclintnone.diff
@@ -0,0 +1,10 @@
+--- apache-crunch-0.13.0-src/pom.xml.orig      2016-05-09 20:10:32.634858687 
+0200
++++ apache-crunch-0.13.0-src/pom.xml   2016-05-09 20:11:04.566858115 +0200
+@@ -610,7 +610,6 @@
+               </group>
+             </groups>
+             <!-- Prevents stricter javadoc 8 from failing the build for now 
-->
+-            <additionalparam>-Xdoclint:none</additionalparam>
+           </configuration>
+           <executions>
+             <execution>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/e5480da4/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec 
b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec
index c8e0975..871fbe9 100644
--- a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec
+++ b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec
@@ -42,6 +42,7 @@ Source0: %{crunch_folder}.tar.gz
 Source1: do-component-build 
 Source2: install_%{crunch_name}.sh
 Source3: bigtop.bom
+#BIGTOP_PATCH_FILES
 Requires: hadoop-client, bigtop-utils >= 0.7, hbase
 
 %description 
@@ -59,6 +60,8 @@ Apache Crunch documentation
 %prep
 %setup -n %{crunch_folder}
 
+#BIGTOP_PATCH_COMMANDS
+
 %build
 bash $RPM_SOURCE_DIR/do-component-build
 

Reply via email to