This commit is contained in:
Joey Hess 2014-03-30 00:12:48 -04:00
parent 92957b27ec
commit 3121c10059
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ update :: Property
update = cmdProperty "apt-get" [Param "update"] update = cmdProperty "apt-get" [Param "update"]
upgrade :: Property upgrade :: Property
upgrade = cmdProperty "apt-get" [Params "-y safe-update"] upgrade = cmdProperty "apt-get" [Params "-y safe-upgrade"]
type Package = String type Package = String

1
TODO
View File

@ -2,3 +2,4 @@
run it once for the whole. For example, may want to restart apache, run it once for the whole. For example, may want to restart apache,
but only once despite many config changes being made to satisfy but only once despite many config changes being made to satisfy
properties. onChange is a poor substitute. properties. onChange is a poor substitute.
* Apt upgrade does not avoid apt-listchanges and debconf prompts.