mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-24 08:02: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
|
Summary: Tools for building live CDs
|
||||||
Name: livecd-tools
|
Name: livecd-tools
|
||||||
Version: 21.1
|
Version: 21.1
|
||||||
Release: 37
|
Release: 38
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# bacause the last iteration after several failed ones will install those failing packages.
|
# bacause the last iteration after several failed ones will install those failing packages.
|
||||||
# I previously made this hack in
|
# I previously made this hack in
|
||||||
# https://github.com/mikhailnov/docker-rosa/blob/master/mkimage-urpmi.sh
|
# 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
|
# try to workaround urpmi bug due to which it randomly
|
||||||
# can't resolve dependencies during bootstrap
|
# can't resolve dependencies during bootstrap
|
||||||
|
|
Loading…
Add table
Reference in a new issue