summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-05-25 15:43:39 +0200
committerPetr Mladek <pmladek@suse.cz>2011-05-25 15:45:20 +0200
commit296bea4e0d862f243f33d9d8a36d64b03b99db03 (patch)
tree77b46e98d1f620522c1d312ce2311a150edcd01b /bin
parentec0ddde4c6b61d33cb49fa621565ca7eafef8b10 (diff)
lo-pack-sources: do not pack fetched stuff into the source tarball
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lo-pack-sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources
index 26ac6c1fc94d..75181fae4ca2 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;