set -x in urpmi-bootstrapper.sh

This commit is contained in:
Mikhail Novosyolov 2019-03-08 23:10:52 +03:00
parent bad215ec5d
commit 39a01d1082
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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