[DRE-commits] [diaspora-installer] 01/03: don't install development, test
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue May 19 13:29:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora-installer.
commit a475511719095677c2a12cf4acac3f65afbd70da
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri May 15 09:37:26 2015 +0530
don't install development, test
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index d858cd0..7537886 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -79,7 +79,7 @@ case "$1" in
echo RAILS_ENV=$RAILS_ENV DB=$DB ENVIRONMENT_URL=$ENVIRONMENT_URL
echo "Installing gems with rubygems ..."
- sudo -u diaspora -E -H bundle install --path vendor/bundle
+ sudo -u diaspora -E -H bundle install --path vendor/bundle --without development test
# echo "Setting up secret_token..."
# if ! grep config.secret_token ${diaspora_home}/config/initializers/secret_token.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git
More information about the Pkg-ruby-extras-commits
mailing list