summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2019-07-16 11:20:48 -0400
committerJoey Hess2019-07-16 11:22:38 -0400
commit381ac4890cfced84edb9e115e1e53387f6fb8392 (patch)
tree04e08aacf4291e49a0d48352814a215812a203d4 /src/Propellor/Property
parentcd4cd311903a41bea565311efe56aebb7ba20c34 (diff)
update from Stable "stretch" to Stable "buster" in some examples
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
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")