summaryrefslogtreecommitdiff
path: root/plugins/backend/zypppkgmgr.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/backend/zypppkgmgr.py')
-rw-r--r--plugins/backend/zypppkgmgr.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/backend/zypppkgmgr.py b/plugins/backend/zypppkgmgr.py
index 9358cbe..a110626 100644
--- a/plugins/backend/zypppkgmgr.py
+++ b/plugins/backend/zypppkgmgr.py
@@ -368,7 +368,9 @@ class Zypp(BackendPlugin):
repo.mirrorlist = mirrorlist
# Enable gpg check for verifying corrupt packages
- repo.gpgcheck = 1
+
+ # To test if it works... 20170330 MZX.
+ repo.gpgcheck = 0
if priority is not None:
# priority 0 has issue in RepoInfo.setPriority
repo.priority = priority + 1