[DRE-commits] [gitlab] 03/03: install regexpu-core from npm

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 19 17:34:34 UTC 2017


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

praveen pushed a commit to branch master
in repository gitlab.

commit e9e692c89c6c3e8171c3d37941c04dccc31638c6
Author: Pirate Praveen <praveen at debian.org>
Date:   Tue Sep 19 21:47:32 2017 +0530

    install regexpu-core from npm
---
 debian/rake-tasks.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index ef8b353..1f2226b 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -28,6 +28,7 @@ chmod 0700 ${gitlab_data_dir}/.gitlab_shell_secret
 echo "Installing node modules"
 runuser -u ${gitlab_user} -- sh -c 'install -d /var/lib/gitlab/node_modules'
 runuser -u ${gitlab_user} -- sh -c 'npm install'
+runuser -u ${gitlab_user} -- sh -c 'npm install regexpu-core'
 runuser -u ${gitlab_user} -- sh -c 'rm -rf node_modules/webpack'
 runuser -u ${gitlab_user} -- sh -c 'NODE_PATH=/usr/share/gitlab/node_modules webpack --config config/webpack.config.js'
 

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