easy install: minor formatting stuff
This commit is contained in:
parent
fc36050972
commit
e0e9d38920
|
@ -233,8 +233,8 @@ are sensible, so if you wish, you can just exit the editor.
|
||||||
Otherwise, make any changes you wish and save it. Read the comments to
|
Otherwise, make any changes you wish and save it. Read the comments to
|
||||||
understand what is what -- the rc file's documentation is inline.
|
understand what is what -- the rc file's documentation is inline.
|
||||||
|
|
||||||
Please remember this file will actually be copied to the server, and
|
Please remember this file will actually be copied to the server, and that
|
||||||
that all the paths etc. represent paths on the server!"
|
all the paths etc. represent paths on the server!"
|
||||||
|
|
||||||
# lets try and get the file from there first
|
# lets try and get the file from there first
|
||||||
if scp -P $port $user@$host:.gitolite.rc .
|
if scp -P $port $user@$host:.gitolite.rc .
|
||||||
|
@ -251,8 +251,8 @@ ${VISUAL:-${EDITOR:-vi}} .gitolite.rc
|
||||||
scp -P $port .gitolite.rc $user@$host:
|
scp -P $port .gitolite.rc $user@$host:
|
||||||
|
|
||||||
prompt "ignore any 'please edit this file' or 'run this command' type
|
prompt "ignore any 'please edit this file' or 'run this command' type
|
||||||
lines in the next set of command outputs coming up. They're only
|
lines in the next set of command outputs coming up. They're only relevant
|
||||||
relevant for a manual install, not this one..."
|
for a manual install, not this one..."
|
||||||
|
|
||||||
# extract the GL_ADMINDIR and REPO_BASE locations
|
# extract the GL_ADMINDIR and REPO_BASE locations
|
||||||
GL_ADMINDIR=$(ssh -p $port $user@$host "perl -e 'do \".gitolite.rc\"; print \$GL_ADMINDIR'")
|
GL_ADMINDIR=$(ssh -p $port $user@$host "perl -e 'do \".gitolite.rc\"; print \$GL_ADMINDIR'")
|
||||||
|
|
Loading…
Reference in a new issue