summaryrefslogtreecommitdiffstats
path: root/debian/templates
blob: 4205ace043f7aa5553bd4260b0200dcd19631806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: gitolite3/gituser
Type: string
Default: gitolite3
_Description: System username for gitolite:
 Please enter the name for the system user which should be used by
 gitolite to access repositories. It will be created if necessary.

Template: gitolite3/gitdir
Type: string
Default: /var/lib/gitolite3
_Description: Repository path:
 Please enter the path in which gitolite should store the repositories.
 This will become the gitolite system user's home directory.

Template: gitolite3/adminkey
Type: string
_Description: Administrator's SSH key:
 Please specify the key of the user that will administer the access
 configuration of gitolite.
 .
 This can be either the SSH public key itself, or the path to a file
 containing it. If it is blank, gitolite will be left unconfigured and
 must be set up manually.
 .
 If migrating from gitolite version 2.x, leave this blank.