[Bug 788519] Re: behaviour regression due to apt-listchanges
James Hunt
788519 at bugs.launchpad.net
Thu May 26 16:58:47 UTC 2011
** Description changed:
Binary package hint: apt
In Maverick, the following would prompt the user *once* (for the root
password resulting from the initial 'sudo'):
$ sudo apt-get update && sudo apt-get -y upgrade
Now, due to apt-listchanges, if any changelogs need to be downloaded,
- apt will run until an admin manually pages through the changelog
- entries. This appears to be due to apt-listchanges, specifically
- /etc/apt/listchanges.conf which specifies:
+ apt will not complete until an admin manually pages through the
+ changelog entries. This appears to be due to apt-listchanges,
+ specifically /etc/apt/listchanges.conf which specifies:
frontend=pager
To avoid regressing the traditional behaviour, a fix would be to change
listchanges.conf to specify:
frontend=text
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/788519
Title:
behaviour regression due to apt-listchanges
Status in “apt” package in Ubuntu:
New
Bug description:
Binary package hint: apt
In Maverick, the following would prompt the user *once* (for the root
password resulting from the initial 'sudo'):
$ sudo apt-get update && sudo apt-get -y upgrade
Now, due to apt-listchanges, if any changelogs need to be downloaded,
apt will not complete until an admin manually pages through the
changelog entries. This appears to be due to apt-listchanges,
specifically /etc/apt/listchanges.conf which specifies:
frontend=pager
To avoid regressing the traditional behaviour, a fix would be to
change listchanges.conf to specify:
frontend=text
More information about the foundations-bugs
mailing list