Commit aef357b5 by Calen Pennington

Merge branch 'master' into asset-pipeline

parents 21f19937 13fd7609
......@@ -13,4 +13,9 @@ db.newaskbot
db.oldaskbot
flushdb.sh
build
.coverage
coverage.xml
cover/
log/
reports/
\#*\#
\ No newline at end of file
......@@ -89,13 +89,14 @@ task :package do
FileUtils.chmod(0755, postinstall.path)
args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb",
"--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