summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-06-21 18:01:57 +0900
committerSean Whitton2016-06-21 18:01:57 +0900
commit9ae2b69b2a388fdb9d18f64f4a813089768c0d69 (patch)
treea36b560ca973ea29e11a06bf6dbed7ea2846978b /src/Propellor/Property/Sbuild.hs
parente80e610443f10ce128e5d0e9e94cff83e267f3cc (diff)
Revert "docs on property ordering"
This reverts commit cde491e5767caca7bf10bca16d625e713ba24a9b.
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-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 bb1a2a0a..5d58a84a 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -9,12 +9,12 @@ Build and maintain schroots for use with sbuild.
Suggested usage in @config.hs@:
> & Apt.installed ["piuparts", "autopkgtest"]
-> & Schroot.overlaysInTmpfs
> & Sbuild.builtFor (System (Debian Unstable) X86_32)
> & Sbuild.piupartsConfFor (System (Debian Unstable) X86_32)
> & Sbuild.updatedFor (System (Debian Unstable) X86_32) `period` Weekly 1
> & Sbuild.usableBy (User "spwhitton")
> & Sbuild.shareAptCache
+> & Schroot.overlaysInTmpfs
In @~/.sbuildrc@: