scripts/download-stats.pl | 2 +- scripts/update-stats.pl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-)
New commits: commit c143f8b3eab9687d5c3f1be06e238dc6cf19509f Author: Jan Holesovsky <ke...@collabora.com> Date: Mon Dec 2 16:55:04 2013 +0100 4.0.6 and 4.1.3 to the update stats. diff --git a/scripts/update-stats.pl b/scripts/update-stats.pl index 7377782..a857a9d 100755 --- a/scripts/update-stats.pl +++ b/scripts/update-stats.pl @@ -60,11 +60,15 @@ my %versions = ( '5464147a081647a250913f19c0715bca595af2f' => '4.0.5_RC2', + '2e2573268451a50806fcd60ae2d9fe01dd0ce24' => '4.0.6_RC2', + '89ea49ddacd9aa532507cbf852f2bb22b1ace28' => '4.1.0_RC4', '7e4286b58adc75a14f6d83f53a03b6c11fa2903' => '4.1.1_RC2', '40b2d7fde7e8d2d7bc5a449dc65df4d08a7dd38' => '4.1.2_RC3', + + '70feb7d99726f064edab4605a8ab840c50ec57a' => '4.1.3_RC3', ); my %month_to_num = ( commit 8e338e8baf84c9e89185942c57834a23263aff2f Author: Jan Holesovsky <ke...@collabora.com> Date: Mon Dec 2 16:46:10 2013 +0100 32 is too much even for big fat machines ;-) diff --git a/scripts/download-stats.pl b/scripts/download-stats.pl index 1a15011..7589f7a 100755 --- a/scripts/download-stats.pl +++ b/scripts/download-stats.pl @@ -9,7 +9,7 @@ use POSIX qw(strftime); my $verbose = 0; my $rsync_first = 0; -my $cpus_to_use = 32; # level of parallelism +my $cpus_to_use = 16; # level of parallelism my $bzcat_grouping = 10; # files to pass to bzcat at once my $path_to_log_tree; my $threaded = 1; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits