diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-06-19 22:04:31 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-06-19 22:04:31 +0900 |
| commit | cde491e5767caca7bf10bca16d625e713ba24a9b (patch) | |
| tree | baca81c5534157563a33c2e877d0a6a9d16d0715 /src/Propellor/Property/Sbuild.hs | |
| parent | d436af8f42e05272e369af3f69a65bac157db725 (diff) | |
docs on property ordering
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 5d58a84a..bb1a2a0a 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@: |
