From 381ac4890cfced84edb9e115e1e53387f6fb8392 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Jul 2019 11:20:48 -0400 Subject: update from Stable "stretch" to Stable "buster" in some examples --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 26e7ae8e..1562f80e 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -21,7 +21,7 @@ stretch, which older sbuild can't handle. Suggested usage in @config.hs@: > mybox = host "mybox.example.com" $ props -> & osDebian (Stable "stretch") X86_64 +> & osDebian (Stable "buster") X86_64 > & Apt.useLocalCacher > & sidSchrootBuilt > & Sbuild.usableBy (User "spwhitton") -- cgit v1.2.3