From: <abe...@us...> - 2012-03-03 02:08:46
|
Revision: 5477 http://astlinux.svn.sourceforge.net/astlinux/?rev=5477&view=rev Author: abelbeck Date: 2012-03-03 02:08:39 +0000 (Sat, 03 Mar 2012) Log Message: ----------- getter_script.sh support for Amazon S3 Modified Paths: -------------- branches/1.0/toolchain/getter_script.sh Modified: branches/1.0/toolchain/getter_script.sh =================================================================== --- branches/1.0/toolchain/getter_script.sh 2012-03-03 00:39:15 UTC (rev 5476) +++ branches/1.0/toolchain/getter_script.sh 2012-03-03 02:08:39 UTC (rev 5477) @@ -1,7 +1,8 @@ #!/bin/bash # getter_better script from gumstix # what a great idea... -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. |