Merge branch 'master' into asset-pipeline

This commit is contained in:
Calen Pennington
2012-05-23 16:20:24 -04:00
2 changed files with 9 additions and 3 deletions

5
.gitignore vendored
View File

@@ -13,4 +13,9 @@ db.newaskbot
db.oldaskbot
flushdb.sh
build
.coverage
coverage.xml
cover/
log/
reports/
\#*\#

View 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}",