Commit 505145582c52e32396d5cd2c05b0ab34a288fcda
1 parent
293568d1
Exists in
master
and in
29 other branches
ActionItem392: added README, COPY* and schema.db in Rakefile.pkg
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1986 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
Rakefile.pkg
... | ... | @@ -17,6 +17,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
17 | 17 | p.package_files.include('config/**/*.{rb,sqlite3}') |
18 | 18 | p.package_files.include('config/ferret_server.yml') |
19 | 19 | p.package_files.include('db/migrate/*.rb') |
20 | + p.package_files.include('db/schema.rb') | |
20 | 21 | p.package_files.include('doc/README_FOR_APP') |
21 | 22 | p.package_files.include('lib/**/*.{rake,rb}') |
22 | 23 | p.package_files.include('log') |
... | ... | @@ -31,6 +32,10 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
31 | 32 | p.package_files.include('public/robots.txt') |
32 | 33 | p.package_files.include('public/stylesheets/**/*') |
33 | 34 | p.package_files.include('Rakefile') |
35 | + p.package_files.include('Rakefile.pkg') | |
36 | + p.package_files.include('README') | |
37 | + p.package_files.include('COPYING') | |
38 | + p.package_files.include('COPYRIGHT') | |
34 | 39 | p.package_files.include('script/**/*') |
35 | 40 | p.package_files.include('test/**/*.{rb,yml}') |
36 | 41 | p.package_files.include('test/fixtures/files/*') | ... | ... |