From ff33690e75995722c8a03f7760bce20f4eb13b7f Mon Sep 17 00:00:00 2001 From: XGQT Date: Sun, 12 Apr 2020 14:14:13 +0200 Subject: [PATCH] check-commit: add full repo check --- src/check-commit | 7 +++++++ 1 file changed, 7 insertions(+) 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