diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:17:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:17:29 +0000 |
commit | 3841ec37a9adcc752cd53ad2ee5e3cf12de824a0 (patch) | |
tree | 3760e33eb72a4955ffa88d9cfa60579bab714dd6 /debian/templates | |
parent | Adding upstream version 3.6.12. (diff) | |
download | gitolite3-debian.tar.xz gitolite3-debian.zip |
Adding debian version 3.6.12-1.debian/3.6.12-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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. + |