[Libreoffice-commits] .: bin/lo-commit-stat

Petr Mladek pmladek at kemper.freedesktop.org
Mon Aug 15 11:33:33 PDT 2011


 bin/lo-commit-stat |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 3ef3fbbe62c2faa653fe70fd7a255099caf36734
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Aug 15 20:29:16 2011 +0200

    lo-commit-stat: update list of available repositories

diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index 24bcb89..626d601 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -5,11 +5,8 @@
 
 use strict;
 
-my $main_repo="bootstrap";
-my @pieces=("artwork", "base", "calc", "components",
-            "extensions", "extras", "filters", "help", "impress",
-            "libs-core", "libs-extern", "libs-extern-sys", "libs-gui",
-            "translations", "postprocess", "sdk", "testing", "ure", "writer");
+my $main_repo="core";
+my @pieces=("binfilter", "dictionaries", "help", "translations");
 
 sub search_bugs($$$$)
 {


More information about the Libreoffice-commits mailing list