[DRE-commits] [diaspora-installer] 10/12: don't create db

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Aug 28 05:18:00 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 96e981a01d9c3686d0deff25ef2e0fda5fba67bf
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Aug 28 09:19:13 2016 +0530

    don't create db
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 8b9caf4..411a7a5 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -50,7 +50,7 @@ https://github.com/hyperic/sigar/issues/60 ..."
 	su diaspora -s /bin/sh -c "bundle install --path vendor/bundle --with $DB --without development test"
 
 	echo "Initializing database..."
-	su diaspora -s /bin/sh -c 'bundle exec rake db:create db:schema:load'
+	su diaspora -s /bin/sh -c 'bundle exec rake db:schema:load'
 
 	echo "Running migrations..."
         su diaspora -s /bin/sh -c 'bundle exec rake db: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