From 0b6edbf7c2537dd816e22f826e1c052a8c48db52 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Mon, 15 Nov 2010 05:24:03 +0530 Subject: [PATCH] (minor) fix doc refs missed when we renamed some doc files --- conf/example.conf | 2 +- conf/example.gitolite.rc | 2 +- src/gl-easy-install | 6 +++--- src/gl-setup | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/example.conf b/conf/example.conf index 4cf280d..1c976e6 100644 --- a/conf/example.conf +++ b/conf/example.conf @@ -77,7 +77,7 @@ # there are 6 types of permissions: R, RW, and RW+ are simple (the "+" means # permission to "rewind" -- force push a non-fast forward to -- a branch). # The *standalone* C permission pertains to creating a REPO and is described -# in doc/4-wildcard-repositories.mkd. The C and D *suffixes* to the RW/RW+ +# in doc/wildcard-repositories.mkd. The C and D *suffixes* to the RW/RW+ # permissions pertain to creating or deleting a BRANCH, and are described in # doc/3-faq-tips-etc.mkd, in the sections on "separating push and create # rights" and "separating delete and rewind rights" respectively. diff --git a/conf/example.gitolite.rc b/conf/example.gitolite.rc index 0da7f55..e4ac0c0 100644 --- a/conf/example.gitolite.rc +++ b/conf/example.gitolite.rc @@ -225,7 +225,7 @@ $SVNSERVE = ""; # This has now been rolled into master, with all the functionality gated by # this variable. Set this to 1 if you want to enable the wildrepos features. -# Please see doc/4-wildcard-repositories.mkd for details. +# Please see doc/wildcard-repositories.mkd for details. $GL_WILDREPOS = 0; diff --git a/src/gl-easy-install b/src/gl-easy-install index 3ea2509..18cbe1e 100755 --- a/src/gl-easy-install +++ b/src/gl-easy-install @@ -510,7 +510,7 @@ IMPORTANT: once the install completes, *this* key can no longer be used to get a command line on the server -- it will be used by gitolite, for git access only. If that is a problem, please ABORT now. -doc/6-ssh-troubleshooting.mkd will explain what is happening here, if you need +doc/ssh-troubleshooting.mkd will explain what is happening here, if you need more info. " @@ -578,7 +578,7 @@ install, not this one... v_at_shell_bwi=" you are using the @SHELL feature in your gitolite config. This feature has -now changed in a backward incompatible way; see doc/6-ssh-troubleshooting.mkd +now changed in a backward incompatible way; see doc/ssh-troubleshooting.mkd for information on migrating this to the new syntax. DO NOT hit enter unless you have understood that information and properly @@ -634,7 +634,7 @@ CONFIG FILE FORMAT: see comments in conf/example.conf in the gitolite source. SSH MAGIC: Remember you (the admin) now have *two* keys to access the server hosting your gitolite setup -- one to get you a command line, and one to get -you gitolite access; see doc/6-ssh-troubleshooting.mkd. If you're not using +you gitolite access; see doc/ssh-troubleshooting.mkd. If you're not using keychain or some such software, you may have to run an 'ssh-add' command to add that key each time you log in. diff --git a/src/gl-setup b/src/gl-setup index f9f50a2..c58edc9 100755 --- a/src/gl-setup +++ b/src/gl-setup @@ -9,7 +9,6 @@ GL_PACKAGE_CONF=/tmp/share/gitolite/conf # This program is meant to be completely non-interactive, suitable for running # server-side from a "post RPM/DEB install" script, or manually by users. -# Please see the doc/0-user-setup.mkd for details. # usage: # $0 [foo.pub]