diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-19 18:52:22 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-19 18:52:35 -0700 |
| commit | 1aaf9c5b080058617d0204219d1c101a345dc6fb (patch) | |
| tree | 061ec64d5e2eb9a691fa4ccfba44b1315bce1039 /src | |
| parent | 31852d8699c73238b4ede70307c6cd5b81519e6c (diff) | |
shorten output when destroying a schroot, too
Diffstat (limited to 'src')
| -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 dffeaa22..f884b352 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -134,7 +134,7 @@ built' cc (Props ps) suite arch = provisioned <!> deleted -- TODO we should kill any sessions still using the chroot -- before destroying it (as suggested by sbuild-destroychroot) deleted :: Property Linux - deleted = propertyList desc $ props + deleted = combineProperties desc $ props ! Chroot.provisioned schroot ! compatSymlink & File.notPresent schrootConf |
