Clone from developer.symbian.org (Bug 79) and use https for SFL packages
authorWilliam Roberts <williamr@symbian.org>
Thu, 11 Jun 2009 14:42:29 +0100
changeset 8 2184cc44590a
parent 7 705136d2022f
child 9 b40f95834f85
Clone from developer.symbian.org (Bug 79) and use https for SFL packages
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