(minor fixups)

This commit is contained in:
Sitaram Chamarty 2010-05-23 09:07:48 +05:30
parent 41bec9f25f
commit c013dbf8f0

View file

@ -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 - "admin_name" is *your* name as it should appear in the eventual gitolite
config file. For upgrades (ie., gitolite is already installed on the config file. For upgrades (ie., gitolite is already installed on the
server), this argument is not needed, and will be *ignored* if provided. 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: Notes:
- "user","admin_name" and "host_nickname" must be simple names -- no special - "user","admin_name" and "host_nickname" must be simple names -- no
characters etc please (only alphanumerics, dot, hyphen, underscore) special characters etc please (only alphanumerics, dot, hyphen,
underscore)
- traditionally, the "user" is "git", but it can be anything you want - 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 - "admin_name" should be your name, for clarity, or whoever will be the
gitolite admin gitolite admin
@ -271,7 +273,6 @@ setup_local_ssh() {
# port 22 # port 22
# identityfile ~/.ssh/sitaram # identityfile ~/.ssh/sitaram
echo "host $host_nickname echo "host $host_nickname
user $user user $user
hostname $host hostname $host