diff options
Diffstat (limited to '')
-rw-r--r-- | debian/templates | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/templates b/debian/templates new file mode 100644 index 0000000..4205ace --- /dev/null +++ b/debian/templates @@ -0,0 +1,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. + |