summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-07-05add news item for propellor 4.2.0Joey Hess
2017-07-05add news item for propellor 4.1.0Joey Hess
2017-06-28update debian stable suiteJoey Hess
2017-06-18add news item for propellor 4.0.6Joey Hess
2017-06-18Merge branch 'joeyconfig'Joey Hess
2017-06-18Fix bug that sometimes made --spin fail with "fatal: Couldn't find remote ↵Joey Hess
ref HEAD" Tricky stdin buffering problem. An easier fix would have been: hSetBuffering stdin NoBuffering But that approach is less robust; even with NoBuffering, anything that uses hLookAhead causes 1 byte of buffering. And, any reads from stdin before hSetBuffering would still cause the problem. Instead, I used a bigger hammer that will always work. It involves a bit more CPU work, but this is data that is already being fed through ssh; copying it one more time won't cause a measurable performance impact. This commit was sponsored by Jack Hill on Patreon.
2017-06-18propellor spinJoey Hess
2017-06-18propellor spinJoey Hess
2017-06-18propellor spinJoey Hess
2017-06-18propellor spinJoey Hess
2017-06-18propellor spinJoey Hess
2017-06-10todo: sbuild should use apt-cacher-ngspwhitton
2017-06-03add news item for propellor 4.0.5Joey Hess
2017-06-03add news item for propellor 4.0.4Joey Hess
2017-05-25Added a commentbardur.arantsson
2017-05-20updateJoey Hess
2017-05-18bug reportJoey Hess
2017-05-13responseJoey Hess
2017-05-12Added a commentbardur.arantsson
2017-04-20Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-04-20add news item for propellor 4.0.3Joey Hess
2017-04-20Added a commentjoelmccracken
2017-04-17responseJoey Hess
2017-04-17Added a commentjoelmccracken
2017-04-13responseJoey Hess
2017-04-13(no commit message)joelmccracken
2017-04-09doneJoey Hess
2017-04-09Merge remote-tracking branch 'origin' into joeyconfigJoey Hess
2017-04-09well, that didnt work :(Joey Hess
2017-04-09added Propellor.Property.Bootstrap (untested)Joey Hess
This commit was sponsored by Jake Vosloo on Patreon.
2017-04-06tweaks to db45x's patchJoey Hess
Removed mountNow as a top-level property, as I don't think it makes sense for anything except for mounted to use it. db45x's patch turns out to have introduced a bug in mounted's use of "mountNow src". That made mountNow check if the device was a mount point, which it isn't. The fix would have been to use "mountNow mnt", but my inlining of mountnow just basically reverted the part of the patch that introduced the bug. swapOn does not involve the fstab so moved to the Mount module. (Also noticed that Mount.mounted is a kind of weird property, given that it fails the next time ran. It's only used internally by some chroot properties, so I left it as-is, but added a comment. It might make sense to make Mount.mounted check like mountNow does if the thing is already mounted.)
2017-04-06Added a commentbardur.arantsson
2017-04-05Added a commentdb48x@80bd751a72d5a80737e2f875342cf845629c7202
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-04bug reportJoey Hess
2017-03-29responseJoey Hess
2017-03-28(no commit message)bardur.arantsson
2017-03-28(no commit message)bardur.arantsson
2017-03-25todoJoey 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-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-24(no commit message)mitchellsalad
2017-03-24bug reportJoey Hess