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