summaryrefslogtreecommitdiff
path: root/www/gitlab-ce/files/patch-config_gitlab.yml.example
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2018-07-26 13:56:23 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2018-07-26 13:56:23 +0000
commit4bf80a8a61426977e2cf920dca54fa8f97cf134e (patch)
treedb9f5f9c5390e93646e57cc31a6b98d6f6daec78 /www/gitlab-ce/files/patch-config_gitlab.yml.example
parentUpdate to 1.0.0 which is required for gitlab 11.1.1. (diff)
- Update to 11.1.1, for more details please check:
https://about.gitlab.com/2018/07/22/gitlab-11-1-released/ - Fixed a typo in config/gitlab.yml.example that was introduced by the prefix update. Approved by: mentors (implicit)
Diffstat (limited to 'www/gitlab-ce/files/patch-config_gitlab.yml.example')
-rw-r--r--www/gitlab-ce/files/patch-config_gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gitlab-ce/files/patch-config_gitlab.yml.example b/www/gitlab-ce/files/patch-config_gitlab.yml.example
index 65e61752490e..58721ec11848 100644
--- a/www/gitlab-ce/files/patch-config_gitlab.yml.example
+++ b/www/gitlab-ce/files/patch-config_gitlab.yml.example
@@ -36,7 +36,7 @@
- path: /home/git/gitlab-shell/
- hooks_path: /home/git/gitlab-shell/hooks/
+ path: %%PREFIX%%/share/gitlab-shell/
-+ hooks_path: %%PREFIX/share/gitlab-shell/hooks/
++ hooks_path: %%PREFIX%%/share/gitlab-shell/hooks/
# File that contains the secret key for verifying access for gitlab-shell.
# Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app).