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

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Oct 27 05:46:24 PDT 2014


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

New commits:
commit ec5c232195db7a3f931af15a06198668745a3d5b
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Oct 27 13:45:17 2014 +0100

    fix script invocation

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 12be7f9..80551a0 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(python libreoffice-bugzilla2.py -r $repo -c $_ -b $branch_name);
+                                        qx(python $cwd/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 "python libreoffice-bugzilla2.py -r '$repo' -c '$_' -b '$branch_name'\n";
+                                    print "python $cwd/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