[DRE-commits] [gitlab] 01/02: remove db:create, gitlab:setup will do it
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Nov 9 14:05:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit c191de487d08dcbddc7f00232c420a4a062d4079
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Nov 9 01:04:55 2015 +0530
remove db:create, gitlab:setup will do it
---
debian/rake-tasks.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index f861665..f83c6f4 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -3,7 +3,6 @@
. /etc/gitlab/gitlab-debian.conf
echo "Initializing database..."
-su ${gitlab_user} -s /bin/sh -c 'bundle exec rake db:create db:schema:load RAILS_ENV=production'
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:setup RAILS_ENV=production'
echo "Precompiling assets..."
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list