Lines Matching full:readme
16 Action that verifies all EFI protocols used by GBL are explicitly listed in README.md
35 --readme)
36 README=$2
47 if [ ! -f $README ]; then
48 echo "README file doesn't exist: ${README}"
60 grep -Lq $P ${README} || DOCLESS_PROTOCOLS+="\n\t$P"
72 README_PROTOCOLS=($(grep -P " ?[^ ]+Protocol$" ${README} | awk '{print $NF}' | sort | uniq))
88 readme = ctx.attr.readme
100 "--readme",
101 readme[DefaultInfo].files.to_list()[0],
104 inputs = in_files + readme[DefaultInfo].files.to_list(),
117 "readme": attr.label(