This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new a39744d BIGTOP-3585. Remove obsolete text replacement from
do-component-build of Ambari. (#818)
a39744d is described below
commit a39744dea4917887fa733f122bbac164a436ebb8
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)
(cherry picked from commit 8d32e32b1962414d079b078ecfbf3d1ee1e787fa)
---
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)