From: <abe...@us...> - 2016-06-22 17:00:14
|
Revision: 7732 http://sourceforge.net/p/astlinux/code/7732 Author: abelbeck Date: 2016-06-22 17:00:12 +0000 (Wed, 22 Jun 2016) Log Message: ----------- download-file, since the FOP2 download URL now uses HTTPS we must also follow the files.astlinux-project.org CNAME Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file 2016-06-22 16:49:55 UTC (rev 7731) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/download-file 2016-06-22 17:00:12 UTC (rev 7732) @@ -43,5 +43,9 @@ ## redirect_url_to_https "mirror.astlinux-project.org" +## Redirect AstLinux files URL to HTTPS, used for Add-On Packages +## +redirect_url_to_https "files.astlinux-project.org" + curl -sSfL --globoff --retry 1 --connect-timeout 15 --max-time 1800 -o "$file" "$url" >/dev/null This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |