summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey Hess
2017-07-26propellor spinJoey 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-26Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-07-25Add Typeable instance to Bootstrapper, fixing build with old versions of ghc.Joey Hess
2017-07-26Added a commentmithrandi
2017-07-25setting up joeyconfig after mergeJoey Hess
2017-07-25commentJoey Hess
2017-07-25Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-07-25add news item for propellor 4.5.2Joey Hess
2017-07-25releasing package propellor version 4.5.2Joey Hess
2017-07-25clean up after mergeJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25VBoxManage errors out if file already exists, so delete the old oneJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25VBoxManage creates vmdk with locked down read modeJoey Hess
2017-07-25Added a commentmithrandi
2017-07-25Added a commentmithrandi
2017-07-25(no commit message)mithrandi
2017-07-25propellor spinJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25setting up joeyconfig after mergeJoey Hess
2017-07-25new propertiesJoey Hess
* Added Rsync.installed property. * Added DiskImage.vmdkBuilt property which is useful for booting a disk image in VirtualBox.
2017-07-25add news item for propellor 4.5.1Joey Hess
2017-07-25releasing package propellor version 4.5.1Joey Hess
2017-07-25clean up after mergeJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25propellor spinJoey Hess
2017-07-25remove parttablefile on reversionJoey Hess
2017-07-25setting up joeyconfig after mergeJoey 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
This commit was sponsored by Anthony DeRobertis on Patreon.
2017-07-23Reboot.toKernelNewerThan: If running kernel is new enough, avoid looking at ↵Joey Hess
what kernels are installed. Thanks, Sean Whitton.
2017-07-23avoid one failure of Reboot.toKernelNewerThan when /boot not mountedSean Whitton
If the running kernel is new enough, there is no need to look at the kernels installed on the system.
2017-07-21add news item for propellor 4.5.0Joey Hess
2017-07-21releasing package propellor version 4.5.0Joey Hess
2017-07-21clean up after mergeJoey Hess
2017-07-21calcPartTable using PartSpec DSLJoey Hess
* Generalized the PartSpec DSL, so it can be used for both disk image partitioning, and disk device partitioning, with different partition sizing methods as appropriate for the different uses. (minor API change) * Propellor.Property.Parted: Added calcPartTable function which uses PartSpec DiskPart, and a useDiskSpace combinator. This commit was sponsored by Thomas Hochstein on Patreon.
2017-07-21improve commentJoey Hess