summaryrefslogtreecommitdiff
path: root/doc/todo
AgeCommit message (Collapse)Author
2017-10-04commentJoey Hess
2017-09-08Added a commentNicolas.Schodet
2017-09-05updateJoey Hess
2017-09-05move parseFs to Property.PartitionJoey Hess
2017-09-03Added a commentNicolas.Schodet
2017-09-02add linkspwhitton
2017-09-02unpropellor a host: raise issuesspwhitton
2017-09-01responseJoey Hess
2017-09-01Added a commentNicolas.Schodet
2017-08-31reviewJoey Hess
2017-08-29(no commit message)Nicolas.Schodet
2017-07-29todoJoey Hess
2017-07-28mergeJoey Hess
2017-07-17todoJoey Hess
2017-07-16Propellor.Property.Timezone: New module, contributed by Sean Whitton.Joey Hess
2017-07-16add merge requestspwhitton
2017-07-15Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-07-15add Propellor.Property.VersionedJoey Hess
New module which allows different versions of a property or host to be written down in a propellor config file. Has many applications, including staged upgrades and rollbacks. Note that it currently only supports RevertableProperty that has the same metatypes for its setup and cleanup sides. And, each RevertableProperty in a version definition needs to have the same metatypes as the others too. I tried a couple of times to add support for differing metatypes, but it got beyond my avilities to do. This commit was sponsored by Jeff Goeke-Smith on Patreon.
2017-07-15convert todo item into a merge requestspwhitton
2017-07-13rollbacksJoey Hess
2017-07-13wow wow wowJoey Hess
2017-07-13ideaJoey Hess
2017-07-13closeJoey Hess
2017-07-13reopen bugJoey Hess
2017-07-12add bootstrapWith property to support stack and moreJoey Hess
* Hosts can be configured to build propellor using stack, by adding a property: & bootstrapWith (Robustly Stack) * Hosts can be configured to build propellor using cabal, but using only packages installed from the operating system. This will work on eg Debian: & bootstrapWith OSOnly propellor build its config using stack. (This does not affect how propellor is bootstrapped on a host by "propellor --spin host".) This has not yet been tested at all! But should probably work fine. This is based on earlier work by Arnaud Bailly, who made Propellor.Bootstrap use stack without parameterization. In Arnaud's patch, stack was installed using wget, but that only worked on linux-x86_64 and was insecure. I instead chose to use the distribution packages of stack, like is done for cabal. Debian stack has haskell-stack now, and it's getting into many distributions. This commit was sponsored by Francois Marier on Patreon.
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-05-20updateJoey Hess
2017-05-18bug reportJoey Hess
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-04bug reportJoey Hess
2017-03-25todoJoey 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-24bug reportJoey 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-19Added a comment: merge requestspwhitton
2017-03-19take ownership of todo itemspwhitton
2017-03-11doneJoey Hess
2017-02-20gogogoJoey Hess
2017-02-20clarify todospwhitton
2017-02-20removedspwhitton