[Libreoffice-commits] dev-tools.git: ciabot/run-libreoffice-ciabot.pl

Guilhem Moulin (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 30 02:26:16 UTC 2020


 ciabot/run-libreoffice-ciabot.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b83f0b2fd2dd4a78e106e23b5a92d38a8f0c7307
Author:     Guilhem Moulin <guilhem at libreoffice.org>
AuthorDate: Tue Jun 30 04:25:56 2020 +0200
Commit:     Guilhem Moulin <guilhem at libreoffice.org>
CommitDate: Tue Jun 30 04:25:56 2020 +0200

    ciabot: Add missing linefeed.

diff --git a/ciabot/run-libreoffice-ciabot.pl b/ciabot/run-libreoffice-ciabot.pl
index 3c34e37..c48e821 100755
--- a/ciabot/run-libreoffice-ciabot.pl
+++ b/ciabot/run-libreoffice-ciabot.pl
@@ -126,7 +126,7 @@ sub report($$$) {
                                     if ( is_valid_bugzilla_commit( $repo, $branch_name ) ) {
                                         my $branch = $branch_name;
                                         $branch = 'master' if ($branch eq '');
-                                        print "reporting to bugzilla: $_ and branch $branch";
+                                        print "reporting to bugzilla: $_ and branch $branch\n";
                                         qx(python $cwd/libreoffice-bugzilla2.py -r $repo -c $_ -b $branch >>/var/log/ciabot/bugzilla.log);
                                     }
                                     qx($ciabot $repo $_ $branch_name $ciaproxy);


More information about the Libreoffice-commits mailing list