[codeface] [PATCH 2/9] Update source URL for srcML binaries

  • From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
  • To: <codeface@xxxxxxxxxxxxx>
  • Date: Thu, 16 Jun 2016 22:46:27 +0200

The download location for srcML has changed; oddly
enough, the official site http://www.srcml.org/downloads.html
points to an IP-based (and not name-based) address.
Since the old URL does not provide the required data any
more, switch to the new address.

Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
---
 integration-scripts/install_cppstats.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-scripts/install_cppstats.sh 
b/integration-scripts/install_cppstats.sh
index c43b21c..7577924 100755
--- a/integration-scripts/install_cppstats.sh
+++ b/integration-scripts/install_cppstats.sh
@@ -14,7 +14,7 @@ echo '#!/bin/bash' > $CPPSTATS/cppstats
 echo "cd $CPPSTATS" >> $CPPSTATS/cppstats
 echo "PYTHONPATH=\"\$PYTHONPATH:$CPPSTATS/lib\" ./cppstats.py \"\$@\"" >> 
$CPPSTATS/cppstats
 chmod +x $CPPSTATS/cppstats
-wget --quiet http://sdml.info/lmcrs/srcML-Ubuntu12.04-64.tar.gz -O ;
/tmp/srcML.tar.gz
+wget --quiet http://131.123.42.38/lmcrs/beta/srcML-Ubuntu12.04-64.tar.gz -O ;
/tmp/srcML.tar.gz
 tar -xvf /tmp/srcML.tar.gz
 cp -rf $PWD/srcML/* $CPPSTATS/lib/srcml/linux/
 
-- 
2.8.3


Other related posts:

  • » [codeface] [PATCH 2/9] Update source URL for srcML binaries - Wolfgang Mauerer