From b5ab8a7f9fedc283cd561b8a414748ecee3868fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Oct 2014 09:57:52 -0400 Subject: [PATCH] prep release --- config-joey.hs | 1 - debian/changelog | 4 ++-- propellor.cabal | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 9d54b51..fb90651 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 69a580b..c580b3b 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 Thu, 23 Oct 2014 03:05:22 -0400 + -- Joey Hess Fri, 24 Oct 2014 09:57:31 -0400 propellor (0.9.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 5843894..282a5e0 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