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
commit6fe966b43e9bc9f2023443fcba4a2d579e5d099f (patch)
treeac3078266249b663cf0a8928eeed05c559eaf0ea /bin
parentbe21c9c7ae338ccd42e35d625c3231a868e44999 (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 26ac6c1fc..75181fae4 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;