Kaydet (Commit) 296bea4e authored tarafından Petr Mladek's avatar Petr Mladek

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

üst ec0ddde4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment