From 3121c1005945b167abb1bfd16379002802429158 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 00:12:48 -0400 Subject: fix --- Property/Apt.hs | 2 +- TODO | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Property/Apt.hs b/Property/Apt.hs index d9d4ed27..98dc3541 100644 --- a/Property/Apt.hs +++ b/Property/Apt.hs @@ -51,7 +51,7 @@ update :: Property update = cmdProperty "apt-get" [Param "update"] upgrade :: Property -upgrade = cmdProperty "apt-get" [Params "-y safe-update"] +upgrade = cmdProperty "apt-get" [Params "-y safe-upgrade"] type Package = String diff --git a/TODO b/TODO index 4617c2b9..02283f0b 100644 --- a/TODO +++ b/TODO @@ -2,3 +2,4 @@ run it once for the whole. For example, may want to restart apache, but only once despite many config changes being made to satisfy properties. onChange is a poor substitute. +* Apt upgrade does not avoid apt-listchanges and debconf prompts. -- cgit v1.3-2-g0d8e