diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-08-25 19:12:13 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-08-25 19:17:13 -0700 |
| commit | b1d7925d1634556439ed5edb8af5e651bf9a1398 (patch) | |
| tree | 5c20d119ea9ef3470f166b77fe60148044eed9eb /src | |
| parent | 82b6437df5379b1b8fe5f5d1569b5a7c33c3d9f7 (diff) | |
update example usage of System type
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index e9863923..16e21f55 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -14,9 +14,9 @@ Buntish releases newer than or equal to trusty. Suggested usage in @config.hs@: > & Apt.installed ["piuparts", "autopkgtest"] -> & 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.builtFor (System (Debian Linux Unstable) X86_32) +> & Sbuild.piupartsConfFor (System (Debian Linux Unstable) X86_32) +> & Sbuild.updatedFor (System (Debian Linux Unstable) X86_32) `period` Weekly 1 > & Sbuild.usableBy (User "spwhitton") > & Sbuild.shareAptCache > & Schroot.overlaysInTmpfs |
