clone_packages/clone_all_packages.pl
changeset 316 052986e0e361
parent 301 1b8ed3598305
child 325 28c70cc5e86f
equal deleted inserted replaced
315:db97abaca812 316:052986e0e361
    79   exit (1);  
    79   exit (1);  
    80   }
    80   }
    81 
    81 
    82 my @clone_options = (); # use ("--noupdate") to clone without extracting the source
    82 my @clone_options = (); # use ("--noupdate") to clone without extracting the source
    83 my @pull_options  = (); # use ("--rebase") to rebase your changes when pulling
    83 my @pull_options  = (); # use ("--rebase") to rebase your changes when pulling
    84 my $hostname = "developer.symbian.org";
    84 my $hostname = "developer-secure.symbian.org";
    85 
    85 
    86 my $username = "";
    86 my $username = "";
    87 my $password = "";
    87 my $password = "";
    88 my $mirror = 0; # set to 1 if you want to mirror the repository structure
    88 my $mirror = 0; # set to 1 if you want to mirror the repository structure
    89 my $retries = 1;  # number of times to retry problem repos
    89 my $retries = 1;  # number of times to retry problem repos