mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
--no-verify-rpm
This commit is contained in:
parent
6a655f5f4b
commit
e7f06d7a8f
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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="$?"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue