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,6 +17,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | ||
17 | p.package_files.include('config/**/*.{rb,sqlite3}') | 17 | p.package_files.include('config/**/*.{rb,sqlite3}') |
18 | p.package_files.include('config/ferret_server.yml') | 18 | p.package_files.include('config/ferret_server.yml') |
19 | p.package_files.include('db/migrate/*.rb') | 19 | p.package_files.include('db/migrate/*.rb') |
20 | + p.package_files.include('db/schema.rb') | ||
20 | p.package_files.include('doc/README_FOR_APP') | 21 | p.package_files.include('doc/README_FOR_APP') |
21 | p.package_files.include('lib/**/*.{rake,rb}') | 22 | p.package_files.include('lib/**/*.{rake,rb}') |
22 | p.package_files.include('log') | 23 | p.package_files.include('log') |
@@ -31,6 +32,10 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | @@ -31,6 +32,10 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| | ||
31 | p.package_files.include('public/robots.txt') | 32 | p.package_files.include('public/robots.txt') |
32 | p.package_files.include('public/stylesheets/**/*') | 33 | p.package_files.include('public/stylesheets/**/*') |
33 | p.package_files.include('Rakefile') | 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 | p.package_files.include('script/**/*') | 39 | p.package_files.include('script/**/*') |
35 | p.package_files.include('test/**/*.{rb,yml}') | 40 | p.package_files.include('test/**/*.{rb,yml}') |
36 | p.package_files.include('test/fixtures/files/*') | 41 | p.package_files.include('test/fixtures/files/*') |