[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Oct 27 05:33:01 PDT 2014


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

New commits:
commit 7f19d99f5c1cc9a1982f32e6512c8f6715fed9cc
Author: Markus Mohrhard <markus.mohrhard at 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";
                             }


More information about the Libreoffice-commits mailing list