ciabot/run-libreoffice-ciabot.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7f19d99f5c1cc9a1982f32e6512c8f6715fed9cc
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Mon Oct 27 13:31:47 2014 +0100

    use the new git bugzilla script now

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index c095b26..12be7f9 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -120,13 +120,13 @@ sub report($$$) {
                                     qx(perl -I $cwd $cwd/sigui-bugzilla.pl 
$repo $_ $branch_name);
                                 } else {
                                     if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-                                        qx(perl -I $cwd 
$cwd/libreoffice-bugzilla.pl $repo $_ $branch_name);
+                                        qx(python libreoffice-bugzilla2.py -r 
$repo -c $_ -b $branch_name);
                                     }
                                     qx($ciabot $repo $_ $branch_name 
$ciaproxy);
                                 }
                             } else {
                                 if ( is_valid_bugzilla_commit( $repo, 
$branch_name ) ) {
-                                    print "perl -I $cwd 
$cwd/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n";
+                                    print "python libreoffice-bugzilla2.py -r 
'$repo' -c '$_' -b '$branch_name'\n";
                                 }
                                 print "$ciabot '$repo' '$_' '$branch_name' 
$ciaproxy\n";
                             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to