index
:
propellor
master
gnusosa's centralized propellor repository for hosts spin-up.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Propellor
/
Property
/
Reboot.hs
Age
Commit message (
Expand
)
Author
2017-07-23
avoid one failure of Reboot.toKernelNewerThan when /boot not mounted
Sean Whitton
2017-02-04
add tightenTargets
Zihao Wang
2016-06-19
Reboot.toKernelNewerThan FailedChange not error
Sean Whitton
2016-06-13
fix buggy readVersionMaybe
Joey Hess
2016-06-13
add stopPropellorMessage
Joey Hess
2016-06-13
use new StopPropellorException
Joey Hess
2016-06-13
improve some comments
Joey Hess
2016-06-12
explanatory comments
Sean Whitton
2016-06-12
handle errors when parsing kernel version strings
Sean Whitton
2016-06-12
bring IO code into propellor monad
Sean Whitton
2016-06-12
toKernelNewerThan can give FailedChange
Sean Whitton
2016-06-12
fix extracting kernel version string
Sean Whitton
2016-06-12
rework newerKernelAvailable
Sean Whitton
2016-06-12
also remove any that didn't have versions in name
Sean Whitton
2016-06-12
attempt to actually extract kernel version
Sean Whitton
2016-06-12
toKernelNewerThan prop
Sean Whitton
2016-06-12
factor out some code I will use
Sean Whitton
2016-06-12
toKernelNewerThan skeleton
Sean Whitton
2016-06-12
factor out reboot code from DigitalOcean.hs
Sean Whitton
2016-03-26
more porting
Joey Hess
2015-12-05
UncheckedProperty for cmdProperty et al
Joey Hess
2015-10-10
propellor spin
Joey Hess
2015-09-04
fix typo
Joey Hess
2015-05-27
Export CommandParam, boolSystem, safeSystem and shellEscape from Propellor.Pr...
Joey Hess
2015-01-24
GADT properties seem to work (untested)
Joey Hess
2014-12-08
finished accidentially committed bit
Joey Hess
2014-12-06
keep and use Reboot.now
Joey Hess
2014-12-06
Reboot.atEnd
Joey Hess
2014-05-14
moved source code to src
Joey Hess