[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - bin/lo-pack-sources

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Wed Mar 29 17:26:13 UTC 2017


 bin/lo-pack-sources |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e8337a946be518cc389044b5aecd9ddae5e937d
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Mar 29 19:25:04 2017 +0200

    changelog creation: "command | > file" doesn't fly
    
    Change-Id: If270d509fbbad6a390ab61345bd1b14ead6ccc21
    (cherry picked from commit 9ec6519650280c8cda33ff921926d42840ef89c6)

diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources
index d43b71b1d72f..4fb886989096 100755
--- a/bin/lo-pack-sources
+++ b/bin/lo-pack-sources
@@ -126,7 +126,7 @@ sub generate_lo_module_changelog($$$)
     $log_name .= "-$module_dirname{$module}" if ($module_dirname{$module});
     print "Generating changelog for $module...\n";
     system ("cd $source_dir/$module_dirname{$module} && " .
-            "git log --date=short --pretty='format:%cd  %an  <%ae>  [%H]%n%n%w(0,8,8)%s%n%e%+b' | " .
+            "git log --date=short --pretty='format:%cd  %an  <%ae>  [%H]%n%n%w(0,8,8)%s%n%e%+b' " .
             ">$lo_module_release_topdir/$log_name" ) &&
         die "Error: generating failed: $!\n";
 }


More information about the Libreoffice-commits mailing list