This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d32e32  BIGTOP-3585. Remove obsolete text replacement from 
do-component-build of Ambari. (#818)
8d32e32 is described below

commit 8d32e32b1962414d079b078ecfbf3d1ee1e787fa
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Mon Oct 11 20:02:53 2021 +0900

    BIGTOP-3585. Remove obsolete text replacement from do-component-build of 
Ambari. (#818)
---
 bigtop-packages/src/common/ambari/do-component-build | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bigtop-packages/src/common/ambari/do-component-build 
b/bigtop-packages/src/common/ambari/do-component-build
index 9c6ca9d..f6e90b8 100644
--- a/bigtop-packages/src/common/ambari/do-component-build
+++ b/bigtop-packages/src/common/ambari/do-component-build
@@ -19,10 +19,6 @@ set -ex
 
 export _JAVA_OPTIONS="-Xmx2048m -Djava.awt.headless=true"
 
-# these two repos haven updated to accpet https access only
-sed -i "s|http://download.java.net|https://download.java.net|g" pom.xml
-sed -i "s|http://repo.spring.io|https://repo.spring.io|g" pom.xml
-
 mvn clean package -DskipTests -Drat.skip
 
 (cd contrib/management-packs/odpi-ambari-mpack ; mvn clean package -DskipTests 
-Drat.skip)

Reply via email to