Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 844685 Details for
Bug 1040112
katello-disconnected does not function behind a http proxy
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
/usr/bin/katello-disconnected proposed patch
katello-disconnected.patch (text/plain), 1.31 KB, created by
cphoffma
on 2014-01-02 19:34:39 UTC
(
hide
)
Description:
/usr/bin/katello-disconnected proposed patch
Filename:
MIME Type:
Creator:
cphoffma
Created:
2014-01-02 19:34:39 UTC
Size:
1.31 KB
patch
obsolete
>197,210d196 >< opts.on( '--proxy-host PROXY_HOST', _('HTTP Proxy host FQDN') ) do |value| >< options[:proxy_host] = value >< end >< opts.on( '--proxy-port PROXY_PORT', _('HTTP Proxy port') ) do |value| >< LOG.fatal "Provide a valid port: #{value}" if value.to_i.to_s != value >< options[:proxy_port] = value >< end >< opts.on( '--proxy-user PROXY_USER', _('HTTP Proxy user (proxy username, if auth is required)') ) do |value| >< options[:proxy_user] = value >< end >< opts.on( '--proxy-password PROXY_PASSWORD', _('HTTP Proxy pass (proxy password, if auth is required)') ) do |value| >< options[:proxy_password] = value >< end >< >308a295 >> >357c344 >< def import manifest_file, cdnca_file, proxy_host = nil, proxy_port = nil, proxy_user = nil, proxy_password = nil >--- >> def import manifest_file, cdnca_file >361c348 >< imanifest = ManifestReader::Manifest.new manifest_file, cdn_url, cdn_ca, proxy_host, proxy_port, proxy_user, proxy_password >--- >> imanifest = ManifestReader::Manifest.new manifest_file, cdn_url, cdn_ca >458c445 >< active_manifest.import options[:manifest], options[:cdn_ca], options[:proxy_host], options[:proxy_port], options[:proxy_user], options[:proxy_password] >--- >> active_manifest.import options[:manifest], options[:cdn_ca]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1040112
: 844685 |
844686