6 read base tip
< /tmp
/revisions
8 common
/scripts
/lint-commits
$base $tip || EXITCODE
=$?
10 for t
in $
(awk '{ print "srcpkgs/" $0 "/template" }' /tmp
/templates
); do
11 /bin
/echo -e "\x1b[32mLinting $t...\x1b[0m"
12 xlint
"$t" > /tmp
/xlint_out || EXITCODE
=$?
13 common
/scripts
/lint-version-change
"$t" $base $tip > /tmp
/vlint_out || EXITCODE
=$?
14 awk -f common
/scripts
/lint2annotations.
awk /tmp
/xlint_out
/tmp
/vlint_out