Merge lp:~broder/squid-deb-proxy/no-output-on-error into lp:squid-deb-proxy
Proposed by
Evan Broder
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp:~broder/squid-deb-proxy/no-output-on-error | ||||
Merge into: | lp:squid-deb-proxy | ||||
Diff against target: |
13 lines (+2/-0) 1 file modified
apt-avahi-discover (+2/-0) |
||||
To merge this branch: | bzr merge lp:~broder/squid-deb-proxy/no-output-on-error | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
squid-deb-proxy-developers | Pending | ||
Review via email:
|
To post a comment you must log in.
Unmerged revisions
- 60. By Evan Broder
-
apt-avahi-discover: Only print anything if the proxy URL is successfully resolved
If it fails to find a proxy for any reason (i.e. there is no proxy
being advertised on Avahi, or Avahi is down), it previously would
print "http://:/", which apt would dutifully try to use. If nothing is printed, apt will ignore it.