summaryrefslogtreecommitdiffstats
path: root/hack/hooks/verify_generated_modules/README.md
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2017-04-27 11:56:54 -0400
committerTim Bielawa <tbielawa@redhat.com>2017-04-28 10:36:11 -0400
commit7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7 (patch)
tree3624ff1d64dbb390624c0feca32d73789ea39dee /hack/hooks/verify_generated_modules/README.md
parent4a553433d13ebd13499b39a94f5d79968e1d8934 (diff)
downloadopenshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.tar.gz
openshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.tar.bz2
openshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.tar.xz
openshift-7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7.zip
Contrib: Hook to verify modules match assembled fragments
Diffstat (limited to 'hack/hooks/verify_generated_modules/README.md')
-rw-r--r--hack/hooks/verify_generated_modules/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/hack/hooks/verify_generated_modules/README.md b/hack/hooks/verify_generated_modules/README.md
new file mode 100644
index 000000000..093fcf76a
--- /dev/null
+++ b/hack/hooks/verify_generated_modules/README.md
@@ -0,0 +1,19 @@
+# Verify Generated Modules
+
+Pre-commit hook for verifying that generated library modules match
+their EXPECTED content. Library modules are generated from fragments
+under the `roles/lib_(openshift|utils)/src/` directories.
+
+If the attempted commit modified files under the
+`roles/lib_(openshift|utils)/` directories this script will run the
+`generate.py --verify` command.
+
+This script will **NOT RUN** if module source fragments are modified
+but *not part of the commit*. I.e., you can still make commits if you
+modified module fragments AND other files but are *not comitting the
+the module fragments*.
+
+# Setup Instructions
+
+Standard installation procedure. Copy the hook to the `.git/hooks/`
+directory and ensure it is executable.