https://github.com/mvo5/unattended-upgrades/pull/228
** Changed in: unattended-upgrades (Ubuntu) Status: New => Confirmed ** Changed in: unattended-upgrades (Ubuntu) Importance: Undecided => Low ** Changed in: unattended-upgrades (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, 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: In Progress 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 -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp