Merge branch 'master' into asset-pipeline
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -13,4 +13,9 @@ db.newaskbot
|
|||||||
db.oldaskbot
|
db.oldaskbot
|
||||||
flushdb.sh
|
flushdb.sh
|
||||||
build
|
build
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
cover/
|
||||||
|
log/
|
||||||
|
reports/
|
||||||
\#*\#
|
\#*\#
|
||||||
7
rakefile
7
rakefile
@@ -89,13 +89,14 @@ task :package do
|
|||||||
FileUtils.chmod(0755, postinstall.path)
|
FileUtils.chmod(0755, postinstall.path)
|
||||||
|
|
||||||
args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb",
|
args = ["fakeroot", "fpm", "-s", "dir", "-t", "deb",
|
||||||
|
"--verbose",
|
||||||
"--after-install=#{postinstall.path}",
|
"--after-install=#{postinstall.path}",
|
||||||
"--prefix=#{INSTALL_DIR_PATH}",
|
"--prefix=#{INSTALL_DIR_PATH}",
|
||||||
"--exclude=build",
|
"--exclude=build/**",
|
||||||
"--exclude=rakefile",
|
"--exclude=rakefile",
|
||||||
"--exclude=.git",
|
"--exclude=.git/**",
|
||||||
"--exclude=**/*.pyc",
|
"--exclude=**/*.pyc",
|
||||||
"--exclude=reports",
|
"--exclude=reports/**",
|
||||||
"-C", "#{REPO_ROOT}",
|
"-C", "#{REPO_ROOT}",
|
||||||
"--provides=#{PACKAGE_NAME}",
|
"--provides=#{PACKAGE_NAME}",
|
||||||
"--name=#{NORMALIZED_DEPLOY_NAME}",
|
"--name=#{NORMALIZED_DEPLOY_NAME}",
|
||||||
|
|||||||
Reference in New Issue
Block a user