diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-02 06:15:01 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-02 06:15:01 +0000 |
commit | 058d6de4ebbc0fd13a1a38ecae336a425c93d664 (patch) | |
tree | 4c0ff1e871ac9d1cc631febfc9b28fab7ff78266 /devel/gitlab-shell | |
parent | c9d9d0a40ecd6d4733f67d7e237c9aaa9a38cc9f (diff) |
Notes
Diffstat (limited to 'devel/gitlab-shell')
-rw-r--r-- | devel/gitlab-shell/Makefile | 1 | ||||
-rw-r--r-- | devel/gitlab-shell/files/patch-config.yml.example | 13 |
2 files changed, 12 insertions, 2 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index 044ee8956b1f..864fd1ecb995 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -3,6 +3,7 @@ PORTNAME= gitlab-shell PORTVERSION= 2.7.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=v${PORTVERSION}&dummy=/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/devel/gitlab-shell/files/patch-config.yml.example b/devel/gitlab-shell/files/patch-config.yml.example index ec618f22a66e..8651c414eba6 100644 --- a/devel/gitlab-shell/files/patch-config.yml.example +++ b/devel/gitlab-shell/files/patch-config.yml.example @@ -1,6 +1,15 @@ ---- config.yml.example.orig 2016-02-24 09:49:01 UTC +--- config.yml.example.orig 2016-04-07 14:39:29 UTC +++ config.yml.example -@@ -48,7 +48,7 @@ redis: +@@ -28,7 +28,7 @@ http_settings: + # Give the canonicalized absolute pathname, + # REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!! + # Check twice that none of the components is a symlink, including "/home". +-repos_path: "/home/git/repositories" ++repos_path: "/usr/home/git/repositories" + + # File used as authorized_keys for gitlab user + auth_file: "/home/git/.ssh/authorized_keys" +@@ -49,7 +49,7 @@ redis: # Log file. # Default is gitlab-shell.log in the root directory. |