From: <abe...@us...> - 2016-06-10 13:54:39
|
Revision: 7715 http://sourceforge.net/p/astlinux/code/7715 Author: abelbeck Date: 2016-06-10 13:54:37 +0000 (Fri, 10 Jun 2016) Log Message: ----------- build system, workaround 'files.astlinux.org' DNS issues Modified Paths: -------------- branches/1.0/crosstool-ng-src/get-files.sh branches/1.0/toolchain/getter_script.sh Modified: branches/1.0/crosstool-ng-src/get-files.sh =================================================================== --- branches/1.0/crosstool-ng-src/get-files.sh 2016-06-10 03:20:38 UTC (rev 7714) +++ branches/1.0/crosstool-ng-src/get-files.sh 2016-06-10 13:54:37 UTC (rev 7715) @@ -1,6 +1,7 @@ # shell script to add additional files -FILES_URL="http://files.astlinux.org" +#FILES_URL="http://files.astlinux.org" +FILES_URL="http://d18y2f4fr43xzs.cloudfront.net" TARBALLS=".build/tarballs" Modified: branches/1.0/toolchain/getter_script.sh =================================================================== --- branches/1.0/toolchain/getter_script.sh 2016-06-10 03:20:38 UTC (rev 7714) +++ branches/1.0/toolchain/getter_script.sh 2016-06-10 13:54:37 UTC (rev 7715) @@ -2,7 +2,8 @@ # getter_better script from gumstix # what a great idea... #SITE="http://astlinuxfiles.s3.amazonaws.com" -SITE="files.astlinux.org" +#SITE="files.astlinux.org" +SITE="d18y2f4fr43xzs.cloudfront.net" WGET_ARGS="--passive-ftp --timeout=30 -c -t 2" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |