mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
set -x in urpmi-bootstrapper.sh
This commit is contained in:
parent
bad215ec5d
commit
39a01d1082
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 21.1
|
||||
Release: 37
|
||||
Release: 38
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# bacause the last iteration after several failed ones will install those failing packages.
|
||||
# I previously made this hack in
|
||||
# https://github.com/mikhailnov/docker-rosa/blob/master/mkimage-urpmi.sh
|
||||
set -efu
|
||||
set -xefu
|
||||
|
||||
# try to workaround urpmi bug due to which it randomly
|
||||
# can't resolve dependencies during bootstrap
|
||||
|
|
Loading…
Add table
Reference in a new issue