diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-01-30 19:04:03 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-01-30 19:04:03 -0700 |
| commit | c64b712867e5c30b635184a351164ecb139249c4 (patch) | |
| tree | 2d24ce86abdcdcef088c0fec57722b56cf5ba401 /src | |
| parent | 384d435868d2cec88c44a5b73c4a46ba114acde9 (diff) | |
TODO
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index b89d12c6..061bef83 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -114,6 +114,8 @@ suiteAvailablePinned -> RevertableProperty Debian Debian suiteAvailablePinned s pin = available <!> unavailable where + -- TODO have to pin -backports too? is that sensible? maybe avoid + -- adding it, instead available :: Property Debian available = tightenTargets $ combineProperties (desc True) $ props & File.hasContent prefFile |
