diff options
author | Nikola Pajkovsky <npajkovs@redhat.com> | 2010-06-30 10:24:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-30 10:50:22 +0200 |
commit | 2da3b67c2833ee90956108c564bd54f5f217debb (patch) | |
tree | 24ba909607a833df37b368e470542c3e8224bd56 | |
parent | aedb1ccda39bcaa6f8165a4ba6e8245b08f19e2a (diff) | |
download | abrt-2da3b67c2833ee90956108c564bd54f5f217debb.tar.gz abrt-2da3b67c2833ee90956108c564bd54f5f217debb.tar.xz abrt-2da3b67c2833ee90956108c564bd54f5f217debb.zip |
Disable OpenGPG checking until final release
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
-rw-r--r-- | src/Daemon/abrt.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index 6a70b820..bdb86805 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -3,7 +3,7 @@ # only crashes in signed packages will be analyzed. # the list of public keys used to check the signature is # in the file gpg_keys -OpenGPGCheck = yes +OpenGPGCheck = no # Blacklisted packages BlackList = nspluginwrapper, valgrind, strace # Process crashes in executables which do not belong to any package? |