Repository: bigtop
Updated Branches:
  refs/heads/master acf86f8a2 -> 3ee4257de


BIGTOP-1874. HBase build failed due to Codehaus repository is out of service

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/3ee4257d
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3ee4257d
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3ee4257d

Branch: refs/heads/master
Commit: 3ee4257de33a93ea499703ca56d864eadb8ac6ba
Parents: acf86f8
Author: Evans Ye <evan...@apache.org>
Authored: Sun May 17 12:57:36 2015 +0000
Committer: YoungWoo Kim <yw...@apache.org>
Committed: Mon May 18 14:38:17 2015 +0900

----------------------------------------------------------------------
 bigtop-packages/src/common/hbase/do-component-build | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/3ee4257d/bigtop-packages/src/common/hbase/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hbase/do-component-build 
b/bigtop-packages/src/common/hbase/do-component-build
index e12b656..049d4c8 100644
--- a/bigtop-packages/src/common/hbase/do-component-build
+++ b/bigtop-packages/src/common/hbase/do-component-build
@@ -18,6 +18,9 @@ set -ex
 
 . `dirname $0`/bigtop.bom
 
+#A hack to disable Codehaus repository since it's out of service
+sed --in-place -e 
'/http:\/\/repository.codehaus.org/,/<\/repository>/s/true/false/' pom.xml
+
 #An awful hack for BIGTOP-1429 to satisfy ASF CI build deps. resolution
 bash -x ./dev-support/generate-hadoopX-poms.sh $HBASE_VERSION 
$HBASE_VERSION-hadoop2
 

Reply via email to