mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/gitaly: Update config example
Add more sections for referenced software using there correct paths. Submitted by: Matthias Fechner <idefix@fechner.net>
This commit is contained in:
parent
f7508a6ce3
commit
abebdb0636
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455053
2 changed files with 28 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
PORTNAME= gitaly
|
PORTNAME= gitaly
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.21.2
|
DISTVERSION= 0.21.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
|
MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- config.toml.example.orig 2017-09-01 10:24:38 UTC
|
--- config.toml.example.orig 2017-10-28 10:50:48.245547000 +0200
|
||||||
+++ config.toml.example
|
+++ config.toml.example 2017-10-28 10:56:00.467310000 +0200
|
||||||
@@ -1,6 +1,6 @@
|
@@ -1,6 +1,6 @@
|
||||||
# Example Gitaly configuration file
|
# Example Gitaly configuration file
|
||||||
|
|
||||||
|
@ -8,3 +8,28 @@
|
||||||
|
|
||||||
# # Optional: listen on a TCP socket. This is insecure (no authentication)
|
# # Optional: listen on a TCP socket. This is insecure (no authentication)
|
||||||
# listen_addr = "localhost:9999"
|
# listen_addr = "localhost:9999"
|
||||||
|
@@ -10,14 +10,20 @@
|
||||||
|
# prometheus_listen_addr = "localhost:9236"
|
||||||
|
#
|
||||||
|
|
||||||
|
-# # Git executable settings
|
||||||
|
-# [git]
|
||||||
|
-# bin_path = "/usr/bin/git"
|
||||||
|
+# Git executable settings
|
||||||
|
+[git]
|
||||||
|
+bin_path = "/usr/local/bin/git"
|
||||||
|
|
||||||
|
[[storage]]
|
||||||
|
name = "default"
|
||||||
|
-path = "/home/git/repositories"
|
||||||
|
+path = "/usr/home/git/repositories"
|
||||||
|
|
||||||
|
+[gitaly-ruby]
|
||||||
|
+dir = "/usr/local/bin/ruby"
|
||||||
|
+
|
||||||
|
+[gitlab-shell]
|
||||||
|
+dir = "/usr/local/share/gitlab-shell/bin/gitlab-shell"
|
||||||
|
+
|
||||||
|
# # You can optionally configure more storages for this Gitaly instance to serve up
|
||||||
|
#
|
||||||
|
# [[storage]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue