summaryrefslogtreecommitdiff
path: root/plugins/backend
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/backend')
-rwxr-xr-xplugins/backend/zypppkgmgr.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/backend/zypppkgmgr.py b/plugins/backend/zypppkgmgr.py
index a1022fb..01fb503 100755
--- a/plugins/backend/zypppkgmgr.py
+++ b/plugins/backend/zypppkgmgr.py
@@ -419,6 +419,8 @@ class Zypp(BackendPlugin):
baseurl.setQueryParam ("proxyuser", proxy_username)
if proxy_password:
baseurl.setQueryParam ("proxypass", proxy_password)
+ else:
+ baseurl.setQueryParam ("proxy", "_none_")
repo.baseurl[0] = baseurl.asCompleteString()
self.repos.append(repo)