Commit f0c98a93 by Calen Pennington

Try and get fpm to match exclude patterns

parent b84da377
......@@ -92,11 +92,11 @@ task :package do
"--verbose",
"--after-install=#{postinstall.path}",
"--prefix=#{INSTALL_DIR_PATH}",
"--exclude=build",
"--exclude=build/**",
"--exclude=rakefile",
"--exclude=.git",
"--exclude=.git/**",
"--exclude=**/*.pyc",
"--exclude=reports",
"--exclude=reports/**",
"-C", "#{REPO_ROOT}",
"--provides=#{PACKAGE_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