summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-05updateJoey Hess
2017-09-05updateJoey Hess
2017-09-05remove apparently unncessary newline strippingJoey Hess
blkidTag splits into lines and returns the first (non-empty) line, so as far as I can see, there can't possibly be a newline in what it returns.
2017-09-05move parseFs to Property.PartitionJoey Hess
2017-09-05minor wording and indentation improvementsJoey Hess
2017-09-05Merge remote-tracking branch 'nicolas/lvm'Joey Hess
2017-09-03Added a commentNicolas.Schodet
2017-09-02add linkspwhitton
2017-09-02unpropellor a host: raise issuesspwhitton
2017-09-02Added a commentspwhitton
2017-09-01responseJoey Hess
2017-09-01Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-09-01Make lock file descriptors close-on-exec.Joey Hess
2017-09-01Added a commentNicolas.Schodet
2017-09-01Lvm: split size parsing and roundinglvmNicolas Schodet
2017-09-01Lvm: use Partition.Fs in LvStateNicolas Schodet
2017-09-01Lvm: use better types for LogicalVolume and VolumeGroupNicolas Schodet
2017-09-01Add Lvm to propellor.cabalNicolas Schodet
2017-08-31reviewJoey Hess
2017-08-31Merge branch 'joeyconfig'Joey Hess
2017-08-31responseJoey Hess
2017-08-31Compatibility between different software versionsjascha@70a32439908b1e91c462a0b4cee819734bb0cea7
2017-08-29(no commit message)Nicolas.Schodet
2017-08-29Lvm: create, resize, format and remove logical volumesNicolas Schodet
2017-08-28propellor spinJoey Hess
2017-08-28propellor spinJoey Hess
2017-08-28Merge branch 'joeyconfig'Joey Hess
2017-08-28responseJoey Hess
2017-08-28Added a commentNicolas.Schodet
2017-08-26Added a commentpicca
2017-08-25remove obnam repos setup propertyJoey Hess
2017-08-25commentJoey Hess
2017-08-25Merge branch 'joeyconfig'Joey Hess
2017-08-25Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-08-25Attic: Fix broken shell escaping in attic cron job.Joey Hess
Didn't see this one fail, or test this, but it had exactly the same code as borg.
2017-08-25propellor spinJoey Hess
2017-08-25Borg: Fix broken shell escaping in borg cron job.Joey Hess
2017-08-25propellor spinJoey Hess
2017-08-25Merge branch 'joeyconfig'Joey Hess
2017-08-25clarify commentJoey Hess
And, the borg property adds a :: , so don't need that in the use on branchable.
2017-08-25propellor spinJoey Hess
2017-08-25borg backup for pellJoey Hess
2017-08-25propellor spinJoey Hess
2017-08-25temporarily revert letsencrypt for kite emailJoey Hess
broke my dad's email client somehow
2017-08-25(no commit message)picca
2017-08-24commentJoey Hess
2017-08-24Added a commentpicca
2017-08-24Added a commentpicca
2017-08-24clean up after mergeJoey Hess
2017-08-24DiskImage type classJoey Hess
* DiskImage: Made a DiskImage type class, so that different disk image formats can be implemented. The properties in this module can generate any type that is a member of DiskImage. (API change) (To convert existing configs, convert the filename of the disk image to RawDiskImage filename.) * Removed DiskImage.vmdkBuiltFor property. (API change) Instead, use VirtualBoxPointer in the property that creates the disk image. This commit was sponsored by Jack Hill on Patreon.