diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-30 15:18:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-30 15:20:52 -0400 |
| commit | bc607807f9aa7dffea4e6e3267b4874acd64747f (patch) | |
| tree | 661dc511b8ba2de2f89f201603b182341b682118 /debian | |
| parent | d051f2b366cbdfdbf879176094cb2c3c4ad67391 (diff) | |
When new dependencies are added to propellor or the propellor config, try harder to get them installed.
In particular, this makes propellor --spin work when the remote host needs
to get dependencies installed in order to build the updated config.
Fixes http://propellor.branchable.com/todo/problem_with_spin_after_new_dependencies_added/
(cherry picked from commit 0f410f8acdb9e0b84ae364e80e5ee63adcb2ee50)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b85c836f..88aaf917 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +propellor (2.17.2) unstable; urgency=medium + + * When new dependencies are added to propellor or the propellor config, + try harder to get them installed. In particular, this makes + propellor --spin work when the remote host needs to get dependencies + installed in order to build the updated config. + * Apt.update: Also run dpkg --configure -a here as apt for some reason + won't even update if dpkg was interrupted. + + -- Joey Hess <id@joeyh.name> Mon, 28 Mar 2016 11:06:34 -0400 + propellor (2.17.1) unstable; urgency=medium * Avoid generating excessively long paths to the unix socket file @@ -6,8 +17,6 @@ propellor (2.17.1) unstable; urgency=medium * Uwsgi: add ".ini" extension to app config files. Files without extensions were ignored by uwsgi. Thanks, Félix Sipma. - * Apt.update: Also run dpkg --configure -a here as apt for some reason - won't even update if dpkg was interrupted. -- Joey Hess <id@joeyh.name> Mon, 28 Mar 2016 11:06:34 -0400 |
