[Libreoffice-commits] .: Branch 'libreoffice-3-4-0' - bin/lo-pack-sources
Petr Mladek
pmladek at kemper.freedesktop.org
Wed May 25 06:44:29 PDT 2011
bin/lo-pack-sources | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 83038afa8d1678f747abb7a097da08331c52eaa9
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