mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 02:38:08 +02:00
contrib/rh-bkr: add logging
This commit is contained in:
parent
9e056d1eed
commit
cb147ea31e
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,10 @@ abrt-addon-ccpp
|
||||||
libreport-rhel-bugzilla
|
libreport-rhel-bugzilla
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post --log=/dev/console
|
||||||
|
set -x
|
||||||
|
set -e
|
||||||
|
|
||||||
# Allow ABRT to collect cores from our poor unsigned packages
|
# Allow ABRT to collect cores from our poor unsigned packages
|
||||||
sed 's/^OpenGPGCheck.*/OpenGPGCheck = no/' -i /etc/abrt/abrt-action-save-package-data.conf
|
sed 's/^OpenGPGCheck.*/OpenGPGCheck = no/' -i /etc/abrt/abrt-action-save-package-data.conf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue