ciabot/run-libreoffice-ciabot.pl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
New commits: commit 59ecf809f22907af19aadca886b40929a1a5da27 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Jun 4 20:39:45 2013 +0200 use the new sugui bugzilla script for it diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl index f53a2d6..6386f4d 100755 --- a/ciabot/run-libreoffice-ciabot.pl +++ b/ciabot/run-libreoffice-ciabot.pl @@ -71,8 +71,13 @@ sub report($$$) { chomp; print timestamp() . " Sending report about $_ in $key\n"; if (!$test) { - qx($ciabot $repo $_ $branch_name $ciaproxy); - qx(perl -I ~/bin ~/bin/libreoffice-bugzilla.pl $repo $_ $branch_name); + if ($repo == "si-gui") + { + qx(perl -I ~/bin ~/bin/sigui-bugzilla.pl $repo $_ $branch_name); + } else { + qx($ciabot $repo $_ $branch_name $ciaproxy); + qx(perl -I ~/bin ~/bin/libreoffice-bugzilla.pl $repo $_ $branch_name); + } } else { print "$ciabot '$repo' '$_' '$branch_name' $ciaproxy\n"; print "perl -I ~/bin ~/bin/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n"; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits