--- 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