Revert "Add --force-confold
flag for use with apt-get dist-upgrade
"
This reverts commit 09c3fca17c
.
whoops, might have got my commands mixed up there. need to test this yet
This commit is contained in:
parent
09c3fca17c
commit
394dd2e38e
|
@ -82,7 +82,7 @@ def dist_upgrade(frontend='noninteractive'):
|
||||||
Perform a full ``apt-get dist-upgrade`` operation.
|
Perform a full ``apt-get dist-upgrade`` operation.
|
||||||
"""
|
"""
|
||||||
update()
|
update()
|
||||||
sudo('DEBIAN_FRONTEND={} apt-get --assume-yes --force-confold dist-upgrade'.format(frontend))
|
sudo('DEBIAN_FRONTEND={} apt-get --assume-yes dist-upgrade'.format(frontend))
|
||||||
|
|
||||||
|
|
||||||
def configure_listchanges():
|
def configure_listchanges():
|
||||||
|
|
Loading…
Reference in a new issue