Skip to content

Commit

Permalink
Merge b87c6f8 into 86e9e7d
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jun 9, 2021
2 parents 86e9e7d + b87c6f8 commit fb764dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package/yast2-proxy.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 9 08:04:48 UTC 2021 - Knut Anderssen <kanderssen@suse.com>

- Added 'to_target' variable which will determine whether the
configuration should be written to the target system at the end
of the installation or not (bsc#1185016).
- 4.3.3

-------------------------------------------------------------------
Mon Aug 10 16:55:44 CEST 2020 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-proxy
Version: 4.3.2
Version: 4.3.3
Release: 0
Summary: YaST2 - Proxy Configuration
License: GPL-2.0-or-later
Expand Down
5 changes: 5 additions & 0 deletions src/modules/Proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ module Yast
# Configures FTP and HTTP proxies via sysconfig
# and /root/.curlrc (for YOU)
class ProxyClass < Module

# @return [Boolan] Whether the configuration should be copied to the target system
attr_accessor :to_target

def main
textdomain "proxy"

Expand All @@ -26,6 +30,7 @@ def main
@no = ""
@user = ""
@pass = ""
@to_target = false
end

# domains that should not be proxied; reader
Expand Down

0 comments on commit fb764dc

Please sign in to comment.