diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c92afe30..eeac0d4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ propellor (3.1.2) UNRELEASED; urgency=medium - State that we don't support squeeze and Buntish older than trusty - Update sample ~/.sbuildrc for sbuild 0.71.0 - Add hint for customising chroots with propellor + - Update example usage of System type. -- Joey Hess <id@joeyh.name> Sun, 24 Jul 2016 13:34:37 -0400 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 |
