[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Jun 4 11:48:13 PDT 2013
ciabot/run-libreoffice-ciabot.pl | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 59ecf809f22907af19aadca886b40929a1a5da27
Author: Markus Mohrhard <markus.mohrhard at 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";
More information about the Libreoffice-commits
mailing list