From 58a7ba614753e5462b08ef91dd2663e70cd7742c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Jul 2018 12:05:37 -0400 Subject: two unmaintained modules --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8d9179e4..659bd8d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ propellor (5.4.1) UNRELEASED; urgency=medium method of parsing git log output. Needs git 2.0. * Added ConfFile.containsShellSetting, ConfFile.lacksShellSetting, and EtcDefault.set properties. Thanks, Sean Whitton + * Docker and HostingProvider.CloudAtCost modules are not being + maintained, so marked them as such, including build-time warnings. + Seeking a maintainer for the Docker module; I anticipate + removing the CloudAtCost module in the next API bump. -- Joey Hess Fri, 18 May 2018 10:25:05 -0400 -- cgit v1.2.3 From 6387e7db95a584ce426e22c2112e781ed2d4e14c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Jul 2018 14:03:35 -0400 Subject: remove build-time warning for docker Propellor.Cmdline imports it, which made propellor compilation warn. --- debian/changelog | 2 +- src/Propellor/Property/Docker.hs | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 468fdaee..2c481cb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ propellor (5.4.1) UNRELEASED; urgency=medium * Dns: Support TXT values longer than bind's maximum string length of 255 bytes. Thanks, rsiddharth. * Docker and HostingProvider.CloudAtCost modules are not being - maintained, so marked them as such, including build-time warnings. + maintained, so marked them as such. Seeking a maintainer for the Docker module; I anticipate removing the CloudAtCost module in the next API bump. diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index 522aecd9..6aeec5fa 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -7,8 +7,7 @@ -- The existance of a docker container is just another Property of a system, -- which propellor can set up. See config.hs for an example. -module Propellor.Property.Docker - {-# WARNING "This module does not have a maintainer. It might not work right anymore. If you use it, please consider becoming its maintainer." #-} ( +module Propellor.Property.Docker ( -- * Host properties installed, configured, -- cgit v1.2.3