This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Google Summer of Code/Ideas/Catalyst

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

Template:GSocIdea2 Completion of code re-write: Migrate more code to use python built-in's rather than it's own code. ie: ConfigParser, argsparse,... Make more variables configurable, remove all remaining hard coded paths. Modularize the code further where it makes sense and reduce code duplication. Update or create docstrings for all functions and classes. Add more inline code comments to explain why something is done the way it is. Update portions of the code to match new features in portage, compression utilities, etc. Make catalyst package manager agnostic, allowing it to use any PMS compliant package manager. Add more options for image types produced. Possibly add more target types. Separate out the command line code from the main operational api. This allows for the creation of alternate front-ends or embedding catalyst's operation into other tools. Documentation: Produce user instruction documentation about how to create/use the different target types. Instructions for image generation options. Instructions for user configurable variables and how they might affect what is produced. Document anything else that may come up.