[DRE-commits] [gitlab] 01/02: overwrite broken links

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Feb 18 17:13:18 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 7fc97ee4a2d34aaab01439db0c3297059adda94a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Feb 18 22:04:43 2016 +0530

    overwrite broken links
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 4c80c35..2ebf3a0 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -137,7 +137,7 @@ case "$1" in
     ln -sf ${gitlab_data_dir}/Gemfile.lock ${gitlab_app_root}/Gemfile.lock
     
     if ! [ -e ${gitlab_app_root}/.secret ] ; then
-      ln -s ${gitlab_data_dir}/.secret ${gitlab_app_root}/.secret
+      ln -sf ${gitlab_data_dir}/.secret ${gitlab_app_root}/.secret
     fi
 
     echo "Verifying we have all required libraries..."

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