[DRE-commits] [gitlab] 03/07: loaders can't be found in system path now

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 15 13:06:32 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 e71e374c7fb23f6c9814fc029f226aac1568bb9d
Author: Pirate Praveen <praveen at debian.org>
Date:   Fri Sep 15 14:00:46 2017 +0530

    loaders can't be found in system path now
---
 debian/rake-tasks.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index 59d0943..ef8b353 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -28,8 +28,6 @@ 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 'ln -fs /usr/lib/nodejs/exports-loader node_modules'
-runuser -u ${gitlab_user} -- sh -c 'ln -fs /usr/lib/nodejs/raw-loader node_modules'
 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