summaryrefslogtreecommitdiff
path: root/doc/todo
AgeCommit message (Collapse)Author
2019-05-29(no commit message)david
2019-05-18post TODOspwhitton
2019-04-18Added a comment: patches submittedspwhitton
2019-04-16Added a commentNicolas.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-14creating Ssh.userKeyAt should create the .ssh directoryNicolas.Schodet
2019-04-11Added a comment: Tested Hostname in a systemd containerNicolas.Schodet
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-01Added a comment: Patch series submittedspwhitton
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-29Added a comment: patch submittedspwhitton
2019-03-29report bugspwhitton
2019-03-18Added a commentspwhitton
2019-03-17ideaJoey Hess
2019-03-16Added a comment: Works on my machine ;)david
2019-03-06patchJoey Hess
2019-03-06Added a commentspwhitton
2019-03-06commentJoey Hess
2019-03-03(no commit message)david
2018-12-08commentJoey Hess
2018-12-07typosspwhitton
2018-12-07post todospwhitton
2018-12-04libghc-stm-dev package won't be in new versions of debianJoey Hess
In Bootstrap, still try to install the package to support bootstrapping to old systems. If it's not available the bootstrapping will still succeed. The added apt-cache check is only to avoid apt complaining when asked to install a not available package. In debian/control, depend on ghc that includes stm, although propellor still supports being used with older versions of ghc Of course this control file is not being used for the package in debian any longer afaik, so something else will be done there.
2018-12-03don't imply that stm is out of buster altogether!spwhitton
2018-12-03post bugspwhitton
2018-11-11merged libvirtJoey Hess
2018-11-10Added a commentspwhitton
2018-11-10Added a commentspwhitton
2018-11-06code reviewJoey Hess
2018-11-06Added a commentspwhitton
2018-11-05feedbackJoey Hess
2018-11-04Added a comment: New design: requesting feedbackspwhitton
2018-11-04Added a comment: creating the libvirt VMspwhitton
2018-10-14Added a comment: insufficient magicdavid
2018-10-13commentJoey Hess
2018-10-13Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2018-10-13commentJoey Hess
2018-10-13Added a comment: qcow and raw imgsdavid
2018-09-17commentJoey Hess
2018-09-14todoJoey Hess
2018-09-01create new bugspwhitton
2018-08-26commentJoey Hess
2018-08-26fix htmlJoey Hess
2018-08-24Added a comment: definitely network relateddavid
2018-08-24Added a comment: still in 5.4.1, but only on one machinedavid
2018-08-24Added a comment: still in 5.3.6david@1439a1cab13195a56248b6a8fd98a62028bcba8a
2018-07-20invertedJoey Hess
2018-07-20Merge branch 'joeyconfig'Joey Hess
2018-07-20responseJoey Hess