[DRE-commits] [gitlab] 03/12: remove development, test from bundle install

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 18 15:23:40 UTC 2016


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

praveen pushed a commit to branch master
in repository gitlab.

commit 72532ad17c718e821cd03ce68da1356192bda7a7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Sep 18 12:59:36 2016 +0530

    remove development, test from bundle install
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index bb247bd..6eb8ae1 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -215,7 +215,7 @@ EOF
     su ${gitlab_user} -s /bin/sh -c "touch ${gitlab_data_dir}/Gemfile.lock"
 
     echo "Verifying we have all required libraries..."
-    su ${gitlab_user} -s /bin/sh -c 'bundle install --local'
+    su ${gitlab_user} -s /bin/sh -c 'bundle install --without development test --local'
         
     echo "Running final rake tasks and tweaks..."
     . /usr/lib/gitlab/scripts/rake-tasks.sh

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