diff options
author | tschwinge <tschwinge@web> | 2015-10-06 11:28:24 +0200 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2015-10-06 11:28:24 +0200 |
commit | 52ef2c501b8b51f06f5df8609a1c217f586d7b0e (patch) | |
tree | 40e2dcd0815c7b41d41e9b94c2b534aa9361af7a | |
parent | b1e532a23f7f846c9b6905166d682f12873dca98 (diff) |
public_hurd_boxen/installation/darnassus: post-update hook
-rw-r--r-- | public_hurd_boxen/installation/darnassus.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public_hurd_boxen/installation/darnassus.mdwn b/public_hurd_boxen/installation/darnassus.mdwn index 1bb56b2f..292df998 100644 --- a/public_hurd_boxen/installation/darnassus.mdwn +++ b/public_hurd_boxen/installation/darnassus.mdwn @@ -69,6 +69,10 @@ License|/fdl]]."]]"""]] $ mkdir hurd-web.git && GIT_DIR=hurd-web.git git init [...] +Configure the [`post-update` hook](http://ikiwiki.info/post-commit/): + + $ ln -is ../../public_html.workspace.update hurd-web.git/hooks/post-update + For a full rebuild: $ ./public_html.workspace.generate\ wrappers --rebuild |