From owner-svn-ports-all@freebsd.org Tue Nov 28 16:06:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB731DBAF2F; Tue, 28 Nov 2017 16:06:23 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5A5C6ACF1; Tue, 28 Nov 2017 16:06:23 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vASG6MAH052284; Tue, 28 Nov 2017 16:06:22 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vASG6M0F052282; Tue, 28 Nov 2017 16:06:22 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201711281606.vASG6M0F052282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 28 Nov 2017 16:06:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455053 - in head/devel/gitaly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel/gitaly: . files X-SVN-Commit-Revision: 455053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 16:06:24 -0000 Author: tz Date: Tue Nov 28 16:06:22 2017 New Revision: 455053 URL: https://svnweb.freebsd.org/changeset/ports/455053 Log: devel/gitaly: Update config example Add more sections for referenced software using there correct paths. Submitted by: Matthias Fechner Modified: head/devel/gitaly/Makefile head/devel/gitaly/files/patch-config.toml.example Modified: head/devel/gitaly/Makefile ============================================================================== --- head/devel/gitaly/Makefile Tue Nov 28 16:02:12 2017 (r455052) +++ head/devel/gitaly/Makefile Tue Nov 28 16:06:22 2017 (r455053) @@ -3,6 +3,7 @@ PORTNAME= gitaly DISTVERSIONPREFIX= v DISTVERSION= 0.21.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://gitlab.com/gitlab-org/${PORTNAME}/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ Modified: head/devel/gitaly/files/patch-config.toml.example ============================================================================== --- head/devel/gitaly/files/patch-config.toml.example Tue Nov 28 16:02:12 2017 (r455052) +++ head/devel/gitaly/files/patch-config.toml.example Tue Nov 28 16:06:22 2017 (r455053) @@ -1,5 +1,5 @@ ---- config.toml.example.orig 2017-09-01 10:24:38 UTC -+++ config.toml.example +--- config.toml.example.orig 2017-10-28 10:50:48.245547000 +0200 ++++ config.toml.example 2017-10-28 10:56:00.467310000 +0200 @@ -1,6 +1,6 @@ # Example Gitaly configuration file @@ -8,3 +8,28 @@ # # Optional: listen on a TCP socket. This is insecure (no authentication) # 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]]