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

New commits:
commit ec5c232195db7a3f931af15a06198668745a3d5b
Author: Markus Mohrhard <markus.mohrh...@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";
                             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to