check-commit: add full repo check

This commit is contained in:
XGQT 2020-04-12 14:14:13 +02:00
parent c140f20c4e
commit ff33690e75
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
1 changed files with 7 additions and 0 deletions

View File

@ -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