prep release
This commit is contained in:
parent
2b320d2bd9
commit
b5ab8a7f9f
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue