diff --git a/src/check-commit b/src/check-commit index 7bd1c27..66a8cbb 100755 --- a/src/check-commit +++ b/src/check-commit @@ -19,6 +19,13 @@ fi [ -z "${ACCEPT_KEYWORDS}" ] && export ACCEPT_KEYWORDS='**' +# First test for a whole repo +# This will likely exit firh error, because repoman +# has to download some files ( metadata.xsd) +# We do that so we can truthfully test the actual latest commit +repoman -Idix + + test_success=true