ciabot/run-libreoffice-ciabot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6a7d10b0b5bc05a275d9780a8f9b9806945290e9 Author: Markus Mohrhard <[email protected]> Date: Thu Nov 21 07:31:54 2013 +0100 update script diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl index 6386f4d..300c31c 100755 --- a/ciabot/run-libreoffice-ciabot.pl +++ b/ciabot/run-libreoffice-ciabot.pl @@ -71,7 +71,7 @@ sub report($$$) { chomp; print timestamp() . " Sending report about $_ in $key\n"; if (!$test) { - if ($repo == "si-gui") + if ($repo eq "si-gui") { qx(perl -I ~/bin ~/bin/sigui-bugzilla.pl $repo $_ $branch_name); } else { commit dd1458c7d75027db00a47ae33053f2fb0287f559 Author: Markus Mohrhard <[email protected]> Date: Thu Nov 21 07:31:05 2013 +0100 change file mode diff --git a/ciabot/sigui-bugzilla.pl b/ciabot/sigui-bugzilla.pl old mode 100644 new mode 100755 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
