Commit aad99bfe authored by Vitaly Lipatov's avatar Vitaly Lipatov

checkpkg: check only md5 (skip gpg)

parent d80949cb
......@@ -25,7 +25,7 @@ check_pkg_integrity()
case $(get_package_type $PKG) in
rpm)
assure_exists rpm
docmd rpm --checksig $PKG
docmd rpm --checksig --nogpg $PKG
;;
deb)
assure_exists dpkg
......
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