# HG changeset patch # User William Roberts # Date 1244727749 -3600 # Node ID 2184cc44590ac0ae4dec87aa06b52170801a5d74 # Parent 705136d2022f123786b9dcb55e5fce4bf3aa548c Clone from developer.symbian.org (Bug 79) and use https for SFL packages diff -r 705136d2022f -r 2184cc44590a clone_all_packages.pl --- a/clone_all_packages.pl Wed Jun 10 17:17:58 2009 +0100 +++ b/clone_all_packages.pl Thu Jun 11 14:42:29 2009 +0100 @@ -17,7 +17,7 @@ use strict; my @clone_options = (); # use ("--noupdate") to clone without extracting the source -my $hostname = "prod.foundationhost.org"; +my $hostname = "developer.symbian.org"; # Important: This script uses http access to the repositories, so # the username and password will be stored as cleartext in the @@ -212,7 +212,7 @@ $path .= "/$destdir"; # this is where the repository will go - my $repo_url = "http://$username:$password\@$hostname/$package/"; + my $repo_url = "https://$username:$password\@$hostname/$package/"; if ($license ne "sfl") { # user registration is not required for reading public package repositories