[DRE-commits] [diaspora] 148/257: run assets:precompile in postinst

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:17:18 UTC 2015


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

praveen pushed a commit to branch master
in repository diaspora.

commit 9d5b051f0d0892e0d57c6969f9d7bb94fe722270
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Nov 26 23:31:04 2014 +0530

    run assets:precompile in postinst
---
 debian/diaspora.postinst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/diaspora.postinst b/debian/diaspora.postinst
index cb01e47..ea9146f 100755
--- a/debian/diaspora.postinst
+++ b/debian/diaspora.postinst
@@ -43,6 +43,7 @@ case "$1" in
 	cd /usr/share/diaspora
 	sudo -u diaspora bundle install --local
 	sudo -u diaspora RAILS_ENV=production DB=postgres bundle exec rake db:create db:schema:load
+	sudo -u diaspora RAILS_ENV=production DB=postgres bundle exec rake assets:precompile
 
    ;;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git



More information about the Pkg-ruby-extras-commits mailing list