Commit d12128bc by Calen Pennington

Add more excludes to rakefile

parent a1680e9a
...@@ -200,6 +200,8 @@ task :package do ...@@ -200,6 +200,8 @@ task :package do
"--exclude=**/.git/**", "--exclude=**/.git/**",
"--exclude=**/*.pyc", "--exclude=**/*.pyc",
"--exclude=**/reports/**", "--exclude=**/reports/**",
"--exclude=**/test_root/**",
"--exclude=**/.coverage/**",
"-C", "#{REPO_ROOT}", "-C", "#{REPO_ROOT}",
"--provides=#{PACKAGE_NAME}", "--provides=#{PACKAGE_NAME}",
"--name=#{NORMALIZED_DEPLOY_NAME}", "--name=#{NORMALIZED_DEPLOY_NAME}",
......
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