(minor fixups)
This commit is contained in:
parent
41bec9f25f
commit
c013dbf8f0
|
@ -103,15 +103,17 @@ Usage: $0 [-q] user host [port] admin_name # install
|
|||
- "admin_name" is *your* name as it should appear in the eventual gitolite
|
||||
config file. For upgrades (ie., gitolite is already installed on the
|
||||
server), this argument is not needed, and will be *ignored* if provided.
|
||||
- "host_nickname" is a nickname that can be given to a particular
|
||||
installation of gitolite. This allows for multiple servers to easily be
|
||||
administered from this machine; optional, defaults to gitolite
|
||||
|
||||
Example usage: $0 git my.git.server sitaram gitolite_server_1
|
||||
- (optional) "host_nickname" is a nickname that can be given to a particular
|
||||
installation of gitolite. This allows for multiple servers to easily be
|
||||
administered from this machine. Defaults to "gitolite"
|
||||
|
||||
Example usage: $0 git my.git.server sitaram [gitolite_server_1]
|
||||
|
||||
Notes:
|
||||
- "user","admin_name" and "host_nickname" must be simple names -- no special
|
||||
characters etc please (only alphanumerics, dot, hyphen, underscore)
|
||||
- "user","admin_name" and "host_nickname" must be simple names -- no
|
||||
special characters etc please (only alphanumerics, dot, hyphen,
|
||||
underscore)
|
||||
- traditionally, the "user" is "git", but it can be anything you want
|
||||
- "admin_name" should be your name, for clarity, or whoever will be the
|
||||
gitolite admin
|
||||
|
@ -271,7 +273,6 @@ setup_local_ssh() {
|
|||
# port 22
|
||||
# identityfile ~/.ssh/sitaram
|
||||
|
||||
|
||||
echo "host $host_nickname
|
||||
user $user
|
||||
hostname $host
|
||||
|
|
Loading…
Reference in a new issue