Scratchpad
Contents
All About Ubuntu Flavor Development
What Makes Up A Ubuntu Flavor Operative System?
The Flavor Meta
The flavor meta source is a single package source, which, when built, may result in a multitude of binary meta packages. The metas themselves are always empty, but depends on a set of packages, which form what you could call a package set - the list of packages that make up that flavor.
Special Packages
At the very least, each flavor will have a package called <flavor>-default-settings. This is not an empty package, like the meta, and includes some specific system settings for that flavor.
Some flavors will have additional special packages, such as theming packages, or flavor specific applications.
Seeds
Install Tasks
The Packages
What makes up the OS
- The Packages
- Seeds - the Flavor package set
- The flavor Meta
- task-installs
- Debian Packaging - uploading, syncing, merging, PPA, bzr, etc
- Strategy/Policy for package selection (flavor dependent)
- How ISOs are built (the build server)
Updates
- Bug Fixes
- Setting Up Notification of bugs
- Fixing bugs upstream in Debian and orig source
- SRU - Stable Release Update
- Backports
Quality Assurance
- Testing ISOs (Pre Release)
- Testing new uploads of packages
- Setting Up Notification of changes
- Using Testing Tools - Autopilot, UTAH, scripts
Feature Development
- Software Development
- Pushing for changes upstream
Artwork
- Development Process
Tools
- The Launchpad Server
- Additional Website Services
- Development tools
- bzr
- git


