Add https to update URLs and replace RELENG_8_3 by RELENG_10_0

This commit is contained in:
Renato Botelho 2014-02-14 08:19:17 -02:00
parent 6635f5b90d
commit aea33635c0

View File

@ -104,8 +104,8 @@ if(file_exists("/etc/platform")) {
$arch = ($arch == "i386") ? "" : '/' . $arch;
/* Full installs and NanoBSD use the same update directory and manifest in 2.x */
$g['update_url']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_HEAD/.updaters/";
$g['update_manifest']="http://updates.pfSense.com/manifest";
$g['update_url']="https://snapshots.pfsense.org/FreeBSD_RELENG_10_0/{$arch}/pfSense_HEAD/.updaters/";
$g['update_manifest']="https://updates.pfSense.org/manifest";
$g['platform'] = trim(file_get_contents("/etc/platform"));
if($g['platform'] == "nanobsd") {