[Bug 1848036] [NEW] Inconsistent use of spaces
Brian Murray
brian at ubuntu.com
Mon Oct 14 14:21:15 UTC 2019
Public bug reported:
# pkgs that are (for some reason) not safe to install
blacklist = get_blacklist()
logging.info(_("Initial blacklist : %s"),
" ".join(blacklist))
# install only these packages regardless of other upgrades available
whitelist = get_whitelist()
logging.info(_("Initial whitelist: %s"),
" ".join(whitelist))
This looks particularly odd when installing with subiquity as some of
the last messages displayed are:
Initial blacklist :
Initial whitelist:
See the attached screenshot if you want more proof.
** Affects: unattended-upgrades (Ubuntu)
Importance: Undecided
Status: New
** Tags: eoan
** Attachment added: "Screenshot from 2019-10-14 15-09-14.png"
https://bugs.launchpad.net/bugs/1848036/+attachment/5297055/+files/Screenshot%20from%202019-10-14%2015-09-14.png
** Tags added: eoan
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to unattended-upgrades in Ubuntu.
https://bugs.launchpad.net/bugs/1848036
Title:
Inconsistent use of spaces
Status in unattended-upgrades package in Ubuntu:
New
Bug description:
# pkgs that are (for some reason) not safe to install
blacklist = get_blacklist()
logging.info(_("Initial blacklist : %s"),
" ".join(blacklist))
# install only these packages regardless of other upgrades available
whitelist = get_whitelist()
logging.info(_("Initial whitelist: %s"),
" ".join(whitelist))
This looks particularly odd when installing with subiquity as some of
the last messages displayed are:
Initial blacklist :
Initial whitelist:
See the attached screenshot if you want more proof.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1848036/+subscriptions
More information about the foundations-bugs
mailing list