summaryrefslogtreecommitdiff
path: root/src/Propellor
AgeCommit message (Expand)Author
2017-08-01drop --fail-on-broken-symlinks from sample .sbuildrcSean Whitton
2017-08-01drop $run_* from sample .sbuildrcSean Whitton
2017-08-01Avoid crashing when getTerminalName fails due to eg, being in a chroot.Joey Hess
2017-08-01Improve PROPELLOR_TRACE output so serialized trace values always come on thei...Joey Hess
2017-07-30Merge branch 'master' into joeyconfigJoey Hess
2017-07-30Set GPG_TTY when run at a terminalJoey Hess
2017-07-29propellor spinJoey Hess
2017-07-29Rsync: Make rsync display less verbose.Joey Hess
2017-07-29Expand the Trace data type.Joey Hess
2017-07-29display end trace after displaying normal end messageJoey Hess
2017-07-29Added PROPELLOR_TRACE environment variableJoey Hess
2017-07-29Rsync: Make rsync display its progress, in a minimal format to avoid scrollin...Joey Hess
2017-07-29improve commentJoey Hess
2017-07-28Added Mount.isMounted.Joey Hess
2017-07-28Grub.bootsMounted: Avoid failing when proc sys etc are already mounted within...Joey Hess
2017-07-28Merge remote-tracking branch 'spwhitton/apt-cacher-ng'Joey Hess
2017-07-28propellor spinJoey Hess
2017-07-27propellor spinJoey Hess
2017-07-27propellor spinJoey Hess
2017-07-27improve descriptionJoey Hess
2017-07-27DiskImage: Fix strictness bug in .parttable read/write sequence.Joey Hess
2017-07-27updateJoey Hess
2017-07-27Propellor.Types.Info: add missing import for 'cast'Sergei Trofimovich
2017-07-27propellor spinJoey Hess
2017-07-27propellor spinJoey Hess
2017-07-26Added Network.dhcp' and Network.static', which allow specifying additional op...Joey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26add DeriveDataTypeableJoey Hess
2017-07-26Merge branch 'master' into joeyconfigJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-25Add Typeable instance to Bootstrapper, fixing build with old versions of ghc.Joey Hess
2017-07-25VBoxManage errors out if file already exists, so delete the old oneJoey Hess
2017-07-25VBoxManage creates vmdk with locked down read modeJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25new propertiesJoey Hess
2017-07-25remove parttablefile on reversionJoey Hess
2017-07-25Merge branch 'master' into joeyconfigJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25DiskImage: Avoid re-partitioning disk image unncessarily, for a large speedup.Joey Hess
2017-07-23avoid one failure of Reboot.toKernelNewerThan when /boot not mountedSean Whitton
2017-07-21calcPartTable using PartSpec DSLJoey Hess
2017-07-21improve commentJoey Hess
2017-07-17Generate a better description for versioned properties.Joey Hess
2017-07-17Propellor.Property.LightDM.autoLogin: Made revertable.Joey Hess
2017-07-17Propellor.Property.Sudo.enabledFor: Made revertableJoey Hess
2017-07-16Merge remote-tracking branch 'spwhitton/timezone'Joey Hess
2017-07-15fix usage of File.hasContentSean Whitton