diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 17:49:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 17:49:25 -0400 |
commit | 0e0ee9b2ce2e74e5f4241a1c451eda8e9e0365d4 (patch) | |
tree | 882b3640e151a51b89d4b9571e1fc905908ae09a /doc/setup.mdwn | |
parent | 4ee441c152b204f055e3329997c5064509fc3990 (diff) | |
download | ikiwiki-0e0ee9b2ce2e74e5f4241a1c451eda8e9e0365d4.tar ikiwiki-0e0ee9b2ce2e74e5f4241a1c451eda8e9e0365d4.tar.gz |
make monotone use hooks, add getsetup
Rather than every monotone rcs_ function calling check_config, just put it
in a checkconfig hook. (But the chdir still needs to be done by every
hook.)
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r-- | doc/setup.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 174d6ceb9..ac65911fb 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -167,7 +167,7 @@ about using the git repositories. # remember the password you use in the next step and # substitute it for 'wikiKeyPass' in the get_passphrase() hook below # note the you should never generate two monotone keys with the same name - mtn genkey web@machine.company.com + mtn genkey web@example.com mtn db init --db=$REPOSITORY mv $SRCDIR $SRCDIR-old cd $SRCDIR-old |