diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-24 09:57:52 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-24 09:57:52 -0400 |
| commit | b5ab8a7f9fedc283cd561b8a414748ecee3868fd (patch) | |
| tree | 11afe321dfee3a0661bbccb3e610b075476fa3e1 | |
| parent | 2b320d2bd93cbecd412af48d3bcfa348ba3fe453 (diff) | |
prep release
| -rw-r--r-- | config-joey.hs | 1 | ||||
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/config-joey.hs b/config-joey.hs index 9d54b512..fb90651e 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -53,7 +53,6 @@ darkstar = host "darkstar.kitenet.net" & Apt.buildDep ["git-annex"] `period` Daily & Docker.configured ! Docker.docked hosts "android-git-annex" - & Docker.docked hosts "test" clam :: Host clam = standardSystem "clam.kitenet.net" Unstable "amd64" diff --git a/debian/changelog b/debian/changelog index 69a580b0..c580b3ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -propellor (0.9.1) UNRELEASED; urgency=medium +propellor (0.9.1) unstable; urgency=medium * Docker: Add ability to control when containers restart. * Docker: Default to always restarting containers, so they come back up after reboots and docker daemon upgrades. * Fix loop when a docker host that does not exist was docked. - -- Joey Hess <joeyh@debian.org> Thu, 23 Oct 2014 03:05:22 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 24 Oct 2014 09:57:31 -0400 propellor (0.9.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 5843894e..282a5e04 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.9.0 +Version: 0.9.1 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess <joey@kitenet.net> |
