diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-08-15 20:29:16 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-08-15 20:32:08 +0200 |
commit | 3ef3fbbe62c2faa653fe70fd7a255099caf36734 (patch) | |
tree | cb7e2ac2001411498c65b25202920542f225ed06 /bin | |
parent | f3cb2824a260c0ced6c90bf0f2515f8203532b76 (diff) |
lo-commit-stat: update list of available repositories
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-commit-stat | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index 24bcb891bc22..626d6016f99d 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($$$$) { |