[DRE-commits] [diaspora-installer] 06/12: use postgresql

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Aug 28 05:17:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora-installer.

commit acf96592c7b1c320e00fae3d1f80de87a4c20433
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Aug 28 00:03:48 2016 +0530

    use postgresql
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 2209455..ab6a393 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -66,7 +66,7 @@ case "$1" in
         install_gems
 
 	echo "Installing gems with rubygems ..."
-	su diaspora -s /bin/sh -c "bundle install --path vendor/bundle --without development test"
+	su diaspora -s /bin/sh -c "bundle install --path vendor/bundle --with postgresql --without development test"
 
 	echo "Running migrations..."
 	migrate

-- 
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