Commit 9052748e09ff75292d5ef4ce2aad7e3ecd10bed7
1 parent
7b38e405
Exists in
staging
and in
42 other branches
ActionItem8: cannot distribute tmp/pids
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@464 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
lib/tasks/package.rake
... | ... | @@ -26,7 +26,6 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
26 | 26 | p.package_files.include('script/**/*') |
27 | 27 | p.package_files.include('test/**/*.{rb,yml}') |
28 | 28 | p.package_files.include('tmp/cache') |
29 | - p.package_files.include('tmp/pids') | |
30 | 29 | p.package_files.include('tmp/sessions') |
31 | 30 | p.package_files.include('tmp/sockets') |
32 | 31 | ... | ... |