diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-20 08:00:45 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-20 08:00:45 +0900 |
| commit | d4ad2ab2f10b5146d7ec26372b944e5eb79b5e54 (patch) | |
| tree | d8dfc4186f976cbacf32db486872a9526aeaf342 /src | |
| parent | d96ad0a71c95066980fd65cb9d8cc0b662c669e3 (diff) | |
fix example sbuild config
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 92e76e08..19949974 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -8,8 +8,8 @@ Build and maintain schroots for use with sbuild. Suggested usage in @config.hs@: -> & Sbuild.builtFor ((Debian Unstable) "i386") -> & Sbuild.updatedFor ((Debian Unstable) "i386") `period` Weekly +> & Sbuild.builtFor (System (Debian Unstable) "i386") +> & Sbuild.updatedFor (System (Debian Unstable) "i386") `period` Weekly 1 > & Sbuild.usableBy (User "spwhitton") > & Sbuild.shareAptCache > & Sbuild.blockNetwork |
