summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-07-14 12:18:02 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-08-17 14:10:45 +0200
commit4c1656c6e232a0596593c25bbdc3e76f26a3c81b (patch)
tree76df9b85de3b208bdee4ae3249a7ae29322a6ded
parent279a7f2548579ddec6cc8d738a0c423a2efac71b (diff)
downloadNetworkManager-4c1656c6e232a0596593c25bbdc3e76f26a3c81b.tar.gz
contrib/rh-bkr: add ABRT
-rw-r--r--contrib/rh-bkr/job01.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/rh-bkr/job01.xml b/contrib/rh-bkr/job01.xml
index 1732dfa9f3..9ab1480646 100644
--- a/contrib/rh-bkr/job01.xml
+++ b/contrib/rh-bkr/job01.xml
@@ -9,7 +9,17 @@
<packages/>
<ks_appends>
<ks_append><![CDATA[
+%packages
+# SELinux forbids dumping cores to /, ABRT comes to the rescue
+# and collects them
+abrt-tui
+abrt-addon-ccpp
+%end
+
%post
+# 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 -i -e 's/^ *\(Storage\|SystemMaxUse\|RateLimitBurst\|RateLimitInterval\)=.*/#\0/' \
-e '$$a\Storage=persistent' \
-e '$$a\SystemMaxUse=2G' \