Commit a0125d53 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add epm assure sisyphus_check if needed

parent 5d3ca62a
......@@ -106,6 +106,7 @@ fi
# Skip checking for tar arg
if [ -n "${LISTNAMES/*tar/}" ] ; then
$EPMCMD assure sisyphus_check || fatal
docmd sisyphus_check --no-check=$HASHER_NOCHECK --files $LISTNAMES || fatal "check for sisyphus failed"
fi
......
......@@ -395,6 +395,7 @@ CHECK_OPTIONS=""
[ -n "${UPLOADNOW}" ] || CHECK_OPTIONS="--no-check=$HASHER_NOCHECK"
if [ -z "$NOCHECK" ] ; then
$EPMCMD assure sisyphus_check || fatal
docmd sisyphus_check $CHECK_OPTIONS --files $LISTBUILT || fatal "sisyphus check failed"
fi
......
......@@ -23,6 +23,6 @@ procps
rpm
rpm-utils
sed
sisyphus_check
sh
termutils
which
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment