From: <abe...@us...> - 2016-03-23 17:26:19
|
Revision: 7609 http://sourceforge.net/p/astlinux/code/7609 Author: abelbeck Date: 2016-03-23 17:26:17 +0000 (Wed, 23 Mar 2016) Log Message: ----------- Set default mirror.astlinux.org URL's to use HTTPS, no real functional change since download-file will automatically redirect to HTTPS Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale 2016-03-23 17:02:00 UTC (rev 7608) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/set-locale 2016-03-23 17:26:17 UTC (rev 7609) @@ -7,7 +7,7 @@ GREEN=0 # # locale repository -SRC_URL="http://mirror.astlinux.org/locale" +SRC_URL="https://mirror.astlinux.org/locale" # # base locale directory BASE="/usr/lib/locale" Modified: branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image =================================================================== --- branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image 2016-03-23 17:02:00 UTC (rev 7608) +++ branches/1.0/project/astlinux/target_skeleton/usr/sbin/upgrade-RUNNIX-image 2016-03-23 17:26:17 UTC (rev 7609) @@ -7,7 +7,7 @@ GREEN=0 # # Default RUNNIX Repository -SRC_URL="http://mirror.astlinux.org/runnix4" +SRC_URL="https://mirror.astlinux.org/runnix4" # # Default RUNNIX Version (use if no local 'ver' file) RUN_VER="runnix-0.2.1" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |