ciabot/run-libreoffice-ciabot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b83f0b2fd2dd4a78e106e23b5a92d38a8f0c7307 Author: Guilhem Moulin <[email protected]> AuthorDate: Tue Jun 30 04:25:56 2020 +0200 Commit: Guilhem Moulin <[email protected]> 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); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
