Merge branch 'joeyconfig'
This commit is contained in:
commit
79bc355adc
|
@ -1,3 +1,9 @@
|
|||
propellor (0.5.3) UNRELEASED; urgency=medium
|
||||
|
||||
* Fix unattended-upgrades config for !stable.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 18 May 2014 13:44:00 -0400
|
||||
|
||||
propellor (0.5.2) unstable; urgency=medium
|
||||
|
||||
* A bug that caused propellor to hang when updating a running docker
|
||||
|
|
|
@ -213,7 +213,7 @@ unattendedUpgrades = RevertableProperty enable disable
|
|||
| not (isStable suite) -> ensureProperty $
|
||||
"/etc/apt/apt.conf.d/50unattended-upgrades"
|
||||
`File.containsLine`
|
||||
("\t\"o=Debian,a="++showSuite suite++"\";")
|
||||
("Unattended-Upgrade::Origins-Pattern { \"o=Debian,a="++suite++"\"; };")
|
||||
_ -> noChange
|
||||
|
||||
-- | Preseeds debconf values and reconfigures the package so it takes
|
||||
|
|
Loading…
Reference in New Issue