summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-06-05Added a commentspwhitton
2019-06-04Added a comments@aa9ff9ce06b08acfd2a93ebd342ce6879430fbdd
2019-06-03Added a commentspwhitton
2019-06-02Added a comments@aa9ff9ce06b08acfd2a93ebd342ce6879430fbdd
2019-06-02Added a commentspwhitton
2019-06-02Added a commentspwhitton
2019-05-30(no commit message)david
2019-05-29(no commit message)david
2019-05-29New post about merging upstream changes.s@aa9ff9ce06b08acfd2a93ebd342ce6879430fbdd
2019-05-18post TODOspwhitton
2019-04-26add news item for propellor 5.8.0Joey Hess
2019-04-22commenJoey Hess
2019-04-20Added a commentNicolas.Schodet
2019-04-20Added a commentdesired.mta@88576fa3c90538abed47d3f0aa48d00bcc903b23
2019-04-18Added a comment: patches submittedspwhitton
2019-04-16commentJoey Hess
2019-04-16Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2019-04-16commentJoey Hess
2019-04-16Added a commentNicolas.Schodet
2019-04-16Added a comment: containerToHost?Nicolas.Schodet
2019-04-16Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist.Joey Hess
* Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist. * Ssh.userKeyAt: When a relative filepath is provided, it's put inside the user's .ssh directory.
2019-04-16commentJoey Hess
2019-04-14Added a commentNicolas.Schodet
2019-04-14Getting Info from containersNicolas.Schodet
2019-04-14Added a commentNicolas.Schodet
2019-04-14creating Ssh.userKeyAt should create the .ssh directoryNicolas.Schodet
2019-04-11Added a comment: Tested Hostname in a systemd containerNicolas.Schodet
2019-04-11(no commit message)desired.mta@88576fa3c90538abed47d3f0aa48d00bcc903b23
2019-04-08change from inChroot to granular container capabilities infoJoey Hess
* Removed inChroot, instead use hasContainerCapability FilesystemContained. (API change) * Hostname: Properties that used to not do anything in a systemd or docker container will now change the container's hostname, since it's namespaced. More container capabilities can easily be added later, to fine grain control what properties will run in different kinds of containers. This changed CmdLine's Read instance, which should be ok, because propellor inside the container is always updated at the same time as propellor outside, so when it chains into the chroot, it will know to expect the capability list. Docker was not setting InChroot before, but now sets both container capabilities, so chroot setting will also work in it. Note that, things that used to check inChroot before would not work in docker, but things that check FilesystemContained now will. It may be that some of those properties don't really work properly in docker. And, Grub.installed used to run grub-mkconfig in a docker container before, I doubt that made sense (was it even safe?); it doesn't do it now. This commit was sponsored by Trenton Cronholm on Patreon.
2019-04-07Hostname is not set in a systemd containerNicolas.Schodet
2019-04-07Added a commentNicolas.Schodet
2019-04-05add news item for propellor 5.7.0Joey Hess
2019-04-01Added a comment: Patch series submittedspwhitton
2019-04-01commentJoey Hess
2019-04-01Added Utility.FileMode to the modules exported by Propellor.UtilitiesJoey Hess
Since File.mode uses FileMode, it seems it ought to be exported by propellor somewhere. I don't want to make propellor Property modules themselves export core data types though, so this is a compromise of dubious utility.
2019-04-01Sbuild.built no longer includes Apt.stdSourcesList by default, in order to ↵Joey Hess
support non-Debian OS's. (API change) To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built calls which have osDebian. Thanks, Sean Whitton
2019-03-30How can File.mode be used in config.hs?Nicolas.Schodet
2019-03-29Added a comment: patch submittedspwhitton
2019-03-29report bugspwhitton
2019-03-29fix .dir-locals.el to avoid apparent memory leak bug with Emacs 26spwhitton
2019-03-29Need help to write a property of a generic kindNicolas.Schodet
2019-03-26Added a commentNicolas.Schodet
2019-03-18Added a commentspwhitton
2019-03-17ideaJoey Hess
2019-03-17Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2019-03-17commentJoey Hess
2019-03-16Added a comment: Works on my machine ;)david
2019-03-06patchJoey Hess
2019-03-06Added a commentspwhitton
2019-03-06commentJoey Hess