[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Jun 1 03:59:59 PDT 2014
ciabot/run-libreoffice-ciabot.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 5b17e860514b1ac3252be0c2ade1b4248883eab4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Jun 1 12:55:06 2014 +0200
fix 475eb0d0, we want to skip the bugzilla notification and not ciabot
diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 2ca4b9f..1976e88 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -119,15 +119,15 @@ sub report($$$) {
qx(perl -I $cwd $cwd/sigui-bugzilla.pl $repo $_ $branch_name);
} else {
if ( is_valid_bugzilla_commit( $repo, $branch_name ) ) {
- qx($ciabot $repo $_ $branch_name $ciaproxy);
+ qx(perl -I $cwd $cwd/libreoffice-bugzilla.pl $repo $_ $branch_name);
}
- qx(perl -I $cwd $cwd/libreoffice-bugzilla.pl $repo $_ $branch_name);
+ qx($ciabot $repo $_ $branch_name $ciaproxy);
}
} else {
if ( is_valid_bugzilla_commit( $repo, $branch_name ) ) {
- print "$ciabot '$repo' '$_' '$branch_name' $ciaproxy\n";
+ print "perl -I $cwd $cwd/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n";
}
- print "perl -I $cwd $cwd/libreoffice-bugzilla.pl '$repo' '$_' '$branch_name'\n";
+ print "$ciabot '$repo' '$_' '$branch_name' $ciaproxy\n";
}
}
close COMMITS;
More information about the Libreoffice-commits
mailing list