[Libreoffice-commits] .: Branch 'libreoffice-3-4' - bin/lo-pack-sources

Petr Mladek pmladek at kemper.freedesktop.org
Wed May 25 06:45:27 PDT 2011


 bin/lo-pack-sources |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 6fe966b43e9bc9f2023443fcba4a2d579e5d099f
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed May 25 15:43:39 2011 +0200

    lo-pack-sources: do not pack fetched stuff into the source tarball

diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources
index 26ac6c1..75181fa 100755
--- a/bin/lo-pack-sources
+++ b/bin/lo-pack-sources
@@ -144,6 +144,10 @@ sub generate_lo_piece_blacklist($)
     print BLACKLIST "config.parms\n";
     print BLACKLIST "git-hooks\n";
     print BLACKLIST "Linux*Env.Set.sh\n";
+    print BLACKLIST "src/tmp*\n";
+    print BLACKLIST "src/fetch.log\n";
+    print BLACKLIST "src/libreoffice-*.tar.bz2\n";
+    print BLACKLIST "src/????????????????????????????????-*\n";
     print BLACKLIST "warn\n";
 
     close BLACKLIST;


More information about the Libreoffice-commits mailing list