Merge "No markdown docs for elements"
This commit is contained in:
commit
65ad6377a6
@ -128,7 +128,7 @@ for i in $(find elements -type f); do
|
|||||||
fi
|
fi
|
||||||
done
|
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
|
# Check for tab indentation
|
||||||
if ! excluded tabindent; then
|
if ! excluded tabindent; then
|
||||||
if grep -q $'^ *\t' ${i}; 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
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
md_docs=$(find elements -name '*.md')
|
||||||
|
if [ -n "$md_docs" ]; then
|
||||||
|
error ".md docs found: $md_docs"
|
||||||
|
fi
|
||||||
exit $rc
|
exit $rc
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
deploy-targetcli
|
||||||
|
================
|
||||||
|
|
||||||
Use targetcli for the deploy ramdisk
|
Use targetcli for the deploy ramdisk
|
||||||
|
|
||||||
Provides the necessary scripts and dependencies to use targetcli
|
Provides the necessary scripts and dependencies to use targetcli
|
@ -1,3 +1,6 @@
|
|||||||
|
deploy-tgtadm
|
||||||
|
=============
|
||||||
|
|
||||||
Use tgtadm and tgtd for the deploy ramdisk
|
Use tgtadm and tgtd for the deploy ramdisk
|
||||||
|
|
||||||
Provides the necessary scripts and dependencies to use tgtadm
|
Provides the necessary scripts and dependencies to use tgtadm
|
Loading…
Reference in New Issue
Block a user