Skip to content
Snippets Groups Projects
Commit d5114fa1 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Include hooks.rst in version check


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 9f604ab8
No related branches found
No related tags found
No related merge requests found
......@@ -1041,11 +1041,13 @@ check-local: check-dirs
echo "Incorrect version in README, expected $$expver"; \
exit 1; \
fi; \
if test "`sed -ne '4 p' $(top_srcdir)/doc/iallocator.rst`" != \
"Documents Ganeti version $$expver"; then \
echo "Incorrect version in iallocator.rst, expected $$expver"; \
exit 1; \
fi
for file in doc/iallocator.rst doc/hooks.rst; do \
if test "`sed -ne '4 p' $(top_srcdir)/$$file`" != \
"Documents Ganeti version $$expver"; then \
echo "Incorrect version in $$file, expected $$expver"; \
exit 1; \
fi; \
done
.PHONY: hs-check
hs-check: htools/test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment