1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Correct pkg-message instructions on providing gitolite

Submitted by:	maintainer via email
This commit is contained in:
Chris Rees 2012-05-08 18:02:15 +00:00
parent fc16e30bb7
commit 18ae014dcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296236
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gitolite
PORTVERSION= 3.01
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://milki.github.com/${PORTNAME}/ \
LOCAL/tdb

View File

@ -24,7 +24,7 @@ Final gitolite setup instructions:
Any ssh user can be a gitolite provider. Simply run the following command as
the user:
%%PREFIX%%/bin/gitolite -pk /path/to/admin.ssh.key.pub
%%PREFIX%%/bin/gitolite setup -pk /path/to/admin.ssh.key.pub
This will setup up the configuration files for gitolite, designating where the
repositories are located and other options.