propellor spin

This commit is contained in:
Joey Hess 2014-04-01 19:33:06 -04:00
parent 548f0dd50b
commit 60960d7853
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ builder arch crontimes = combineProperties "gitannexbuilder"
[ Apt.stdSourcesList Unstable
, Apt.buildDep ["git-annex"]
, Apt.installed ["git", "rsync", "moreutils", "ca-certificates",
"liblockfile-simple-perl", "cabal-install"]
"liblockfile-simple-perl", "cabal-install", "vim", "less"]
, serviceRunning "cron" `requires` Apt.installed ["cron"]
, User.accountFor builduser
, check (lacksdir builddir) $ userScriptProperty builduser

View File

@ -97,7 +97,7 @@ standardSystem suite = propertyList "standard system"
, User.hasSomePassword "joey"
, Sudo.enabledFor "joey"
, GitHome.installedFor "joey"
, Apt.installed ["vim", "screen"]
, Apt.installed ["vim", "screen", "less"]
, Cron.runPropellor "30 * * * *"
-- I use postfix, or no MTA.
, Apt.removed ["exim4"] `onChange` Apt.autoRemove