diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 00:12:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 00:12:48 -0400 |
| commit | 3121c1005945b167abb1bfd16379002802429158 (patch) | |
| tree | 7acb3252f9494d400747fc675222a3582bf329a4 | |
| parent | 92957b27ece2d4fb2eb4ce9121dd26ee94985b48 (diff) | |
fix
| -rw-r--r-- | Property/Apt.hs | 2 | ||||
| -rw-r--r-- | TODO | 1 |
2 files changed, 2 insertions, 1 deletions
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 @@ -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. |
