equal
deleted
inserted
replaced
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 |