Skip to content
Snippets Groups Projects
Commit 41aaadf0 authored by Calen Pennington's avatar Calen Pennington
Browse files

Add back in the exclusions for build artifacts

parent 5011f60d
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,10 @@ task :package do
args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb",
"--after-install=#{postinstall.path}",
"--prefix=#{INSTALL_DIR_PATH}",
"--exclude=build",
"--exclude=rakefile",
"--exclude=.git",
"--exclude=**/*.pyc",
"-C", "#{REPO_ROOT}",
"--provides=#{PACKAGE_NAME}",
"--name=#{DEPLOY_NAME}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment