You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2020/04/19 04:14:31 UTC

[trafodion] branch master updated: Update traf_tools_setup.sh

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 627370c  Update traf_tools_setup.sh
     new a26452c  Merge pull request #1873 from selvaganesang/master
627370c is described below

commit 627370c61974be023e48e0ebf0d7ff9d5d711d49
Author: Selvaganesan Govindarajan <se...@gmail.com>
AuthorDate: Sat Apr 18 21:11:35 2020 -0700

    Update traf_tools_setup.sh
---
 install/traf_tools_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/traf_tools_setup.sh b/install/traf_tools_setup.sh
index 956cd59..de9388a 100755
--- a/install/traf_tools_setup.sh
+++ b/install/traf_tools_setup.sh
@@ -317,7 +317,7 @@ echo "INFO: Installing ICU on $(date)" | tee -a $LOGFILE
 if [ -d $TOOLSDIR/icu4c_4.4/linux64/bin ]; then
   echo "INFO: ICU is already installed, skipping to next tool" | tee -a $LOGFILE
 else
-  downloadSource http://download.icu-project.org/files/icu4c/4.4/icu4c-4_4-src.tgz icu4c-4_4-src
+  downloadSource https://sourceforge.net/projects/icu/files/ICU4C/4.4.2/icu4c-4_4_2-src.tgz icu4c-4_4-src
   cd icu/source
   ./configure --prefix=$TOOLSDIR/icu4c_4.4/linux64 >>$LOGFILE 2>&1
   echo "INFO:   configure complete" | tee -a $LOGFILE