summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-11-06 15:52:06 +0000
committerNeil Williams <codehelp@debian.org>2015-11-06 15:56:04 +0000
commit87a9b1d1b66e17850ae64cbcf5f3282abbdfb4a7 (patch)
treeeb6d6698c71669ddfc4101e93c5534723c64b97a /README
parentc7441bce40bd030435cb5c591ee5019e197880b4 (diff)
downloadvmdebootstrap-87a9b1d1b66e17850ae64cbcf5f3282abbdfb4a7.tar.gz
Add pre-commit hook and document usage
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 8b93343..5f52e94 100644
--- a/README
+++ b/README
@@ -60,6 +60,15 @@ In order to use vmdebootstrap, you'll need a few things:
* python-cliapp (see http://liw.fi/cliapp/)
* python-distro-info
+Testing vmdebootstrap from git
+------------------------------
+
+There is a strongly recommended git pre-commit hook available
+for vmdebootstrap development - it requires the ``cmdtest``
+package::
+
+ ln -s ../../pre-commit.sh .git/hooks/pre-commit
+
Running vmdebootstrap from git
------------------------------