Merge "No markdown docs for elements"

This commit is contained in:
Jenkins 2015-04-09 13:59:32 +00:00 committed by Gerrit Code Review
commit 65ad6377a6
3 changed files with 12 additions and 1 deletions

View File

@ -128,7 +128,7 @@ for i in $(find elements -type f); do
fi
done
for i in $(find elements -type f -and -name '*.md' -or -type f -executable); do
for i in $(find elements -type f -and -name '*.rst' -or -type f -executable); do
# Check for tab indentation
if ! excluded tabindent; then
if grep -q $'^ *\t' ${i}; then
@ -142,4 +142,9 @@ for i in $(find elements -type f -and -name '*.md' -or -type f -executable); do
fi
fi
done
md_docs=$(find elements -name '*.md')
if [ -n "$md_docs" ]; then
error ".md docs found: $md_docs"
fi
exit $rc

View File

@ -1,3 +1,6 @@
deploy-targetcli
================
Use targetcli for the deploy ramdisk
Provides the necessary scripts and dependencies to use targetcli

View File

@ -1,3 +1,6 @@
deploy-tgtadm
=============
Use tgtadm and tgtd for the deploy ramdisk
Provides the necessary scripts and dependencies to use tgtadm