From b5812c7564076c08f1ff7a2d7460a51074dad397 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Jun 2014 23:07:46 -0400 Subject: propellor spin --- src/Propellor/Property/Obnam.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/Obnam.hs b/src/Propellor/Property/Obnam.hs index 3d13e61e..15a8494c 100644 --- a/src/Propellor/Property/Obnam.hs +++ b/src/Propellor/Property/Obnam.hs @@ -105,11 +105,11 @@ installed = Apt.installed ["obnam"] latestVersion :: Property latestVersion = withOS "obnam latest version" $ \o -> case o of (Just (System (Debian suite) _)) | isStable suite -> ensureProperty $ - Apt.setSourcesListD (sources suite) "obnam" + Apt.setSourcesListD stablesources "obnam" `requires` toProp (Apt.trustsKey key) _ -> noChange where - sources suite = + stablesources = [ "deb http://code.liw.fi/debian " ++ Apt.showSuite stableRelease ++ " main" ] -- gpg key used by the code.liw.fi repository. -- cgit v1.2.3