[DRE-commits] [gitlab] 01/01: rake-tasks: "set -e"; cd to "/usr/share/gitlab".

Dmitry Smirnov onlyjob at moszumanska.debian.org
Mon Sep 26 04:50:10 UTC 2016


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

onlyjob pushed a commit to branch master
in repository gitlab.

commit 6f15d80 (HEAD, master)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Mon Sep 26 04:49:28 2016

    rake-tasks: "set -e"; cd to "/usr/share/gitlab".
---
 debian/rake-tasks.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh
index 07ec338..a51898d 100755
--- a/debian/rake-tasks.sh
+++ b/debian/rake-tasks.sh
@@ -1,7 +1,11 @@
 #! /bin/sh
+
+set -e
+
 # Read and export debian specific configuration
 # Only exported variables will be passed on to gitlab app
 export $(cat /etc/gitlab/gitlab-debian.conf)
+cd /usr/share/gitlab
 
 glcheck() {
     # Check gitlab is configured correctly

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