[Libreoffice-commits] dev-tools.git: gerritbot/send-daily-digest

Mathias Michel matm at gmx.fr
Mon Feb 3 10:15:22 PST 2014


 gerritbot/send-daily-digest |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 362e11ede8be6fd4b85eb6ed6bfdaf6b946f43b4
Author: Mathias Michel <matm at gmx.fr>
Date:   Thu Jan 30 22:57:21 2014 +0100

    Finally fix the new commiters issue in mail digest
    
    Change-Id: I0555dd87a166641e6f6cb75839274623533acfe1
    Reviewed-on: https://gerrit.libreoffice.org/7752
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/gerritbot/send-daily-digest b/gerritbot/send-daily-digest
index 6786db3..79d86b8 100755
--- a/gerritbot/send-daily-digest
+++ b/gerritbot/send-daily-digest
@@ -74,7 +74,7 @@ def init_freshers():
         subprocess.call(['git','clone','--bare','git://gerrit.libreoffice.org/core',repo_dir])
     else:
         subprocess.call(['git','fetch','origin'])
-    return subprocess.check_output(['git','shortlog','-s'])
+    return subprocess.check_output(['git','shortlog','-s','master'])
 
 
 def get_project_body(project):


More information about the Libreoffice-commits mailing list