--no-verify-rpm

This commit is contained in:
Mikhail Novosyolov 2019-03-09 03:07:32 +03:00
parent 6a655f5f4b
commit e7f06d7a8f
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 21.1
Release: 42
Release: 44
Epoch: 1
License: GPLv2+
Group: System/Base

View file

@ -15,9 +15,10 @@ urpmi_exec(){
urpmi \
--urpmi-root "$urpmiRoot" \
--root "$rpmRoot" \
--debug \
--debug --no-verify-rpm \
${urpmi_options} \
${packagesList}
# TODO: reenable verifying RPM signatures after they are fixed in repos
urpmi_return_code="$?"
}