summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-06listed property should work on !LinuxJoey Hess
2017-04-06Merge remote-tracking branch 'db48x/fstab-swap'Joey Hess
2017-04-06Added a commentbardur.arantsson
2017-04-05Added a commentdb48x@80bd751a72d5a80737e2f875342cf845629c7202
2017-04-04break Fstab.mounted into smaller pieces which can be composedDaniel Brooks
2017-04-04Merge branch 'master' of https://git.joeyh.name/git/propellor into fstab-swapDaniel Brooks
2017-04-04commentJoey Hess
2017-04-05Added a commentdb48x@80bd751a72d5a80737e2f875342cf845629c7202
2017-04-05Added a commentdb48x@80bd751a72d5a80737e2f875342cf845629c7202
2017-04-04commentsJoey Hess
2017-04-04(no commit message)db48x@80bd751a72d5a80737e2f875342cf845629c7202
2017-04-04(no commit message)db48x@80bd751a72d5a80737e2f875342cf845629c7202
2017-04-04property 'mount' a swap partition in Fstab.mountedDaniel Brooks
2017-04-04Merge branch 'joeyconfig'Joey Hess
2017-04-04bug reportJoey Hess
2017-04-03propellor spinJoey Hess
2017-04-03avoid opendkim checks on incoming emailJoey Hess
This caused a problem when eg a gmail email was sent to branchable and forwarded on to kite. Kite thought branchable was forging the dkim signature of gmail, and gmail does strict enforcement of dkim, so it rejected it. DKIM seems like a mightly hefty hammer, and I remember similar issues being dicussed where mailing list software got broken by DKIM. I guess this will mean a few more joe-jobs get through, but I'd rather not silently lose important legitimate email!
2017-04-03clean up after mergeJoey Hess
2017-04-03Merge branch 'joeyconfig'Joey Hess
2017-04-03animx ip changeJoey Hess
2017-03-29setting up joeyconfig after mergeJoey Hess
2017-03-29responseJoey Hess
2017-03-28(no commit message)bardur.arantsson
2017-03-28(no commit message)bardur.arantsson
2017-03-25Merge branch 'joeyconfig'Joey Hess
2017-03-25todoJoey Hess
2017-03-25propellor spinJoey Hess
2017-03-25switch git url to https for securityJoey Hess
2017-03-24responseJoey Hess
2017-03-24Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-03-24add news item for propellor 4.0.2Joey Hess
2017-03-24releasing package propellor version 4.0.2Joey Hess
2017-03-24fix diskimage finalization bugJoey Hess
* Fix bug when using setContainerProps with a chroot that prevented properties added to a chroot that way from being seen when propellor was running inside the chroot. This affected disk image creation, and possibly other things that use chroots. The problem was, propagateChrootInfo was being passed the initial version of the Chroot, but then the Chroot got more properties added, and so those were not recorded in the _chroot info. Fix was simply to make InfoPropagator be passed the Chroot as an additional parameter, so Chroot.provisioned' can pass in the final Chroot to it.
2017-03-24Merge branch 'master' into joeyconfigJoey Hess
2017-03-24(no commit message)mitchellsalad
2017-03-24bug reportJoey Hess
2017-03-24Property.Partition: Update kpartx output parser, as its output format ↵Joey Hess
changed around version 0.6. Both output formats are supported now. Do we trust kpartx to not change again, given how little documented its output format is and that it's changed w/o warning? Little other things like vmdebootstrap depend on its output in the same way.. This commit was sponsored by Ignacio on Patreon.
2017-03-24Property.Partition: Improve loop device detection code used with kpartx when ↵Joey Hess
building disk images. /dev/mapper/loop* symlinks are now detected as block devices.
2017-03-21propellor spinJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19Apt.mirror can be used to set the preferred apt mirror of a host, overriding ↵Joey Hess
the default CDN. This info is used by Apt.stdSourcesList and Sbuild.builtFor. Thanks, Sean Whitton.
2017-03-19Merge remote-tracking branch 'spwhitton/apt-mirror'Joey Hess
2017-03-19Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-03-19add news item for propellor 4.0.1Joey Hess
2017-03-19releasing package propellor version 4.0.1Joey Hess
2017-03-19Merge branch 'joeyconfig'Joey Hess
2017-03-19mention mconcatJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19propellor spinJoey Hess