diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-01-02 22:15:07 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-02 22:15:07 -0400 |
| commit | 8c37f36b64268c24445f7f48247ae988d1f8d5ad (patch) | |
| tree | bf516675fe9bca386fa8ab5d93881df890bf1f6e /src | |
| parent | 320bffc603b8f4606d86602ba573778fafe5bcaf (diff) | |
clean cache on autobuilders
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 2312846c..153d714f 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -118,6 +118,7 @@ standardAutoBuilder osver@(System _ arch) flavor = & os osver & Apt.stdSourcesList & Apt.unattendedUpgrades + & Apt.cacheCleaned & User.accountFor (User builduser) & tree arch flavor |
