MeeGo Build Infrastructure
The heart of the Build Infrastructure of MeeGo is the upstream project openSUSE Build Service (OBS). It is an automated system used for building software packages, collaboration of developers, release management, maintenance, and much more. Moblin started using OBS in June 2008 and released Moblin 2.0 and Moblin 2.1, as well as other derivative releases. OBS has proven to be a very reliable, quickly evolving infrastructure. It is rich with distribution building and maintenance features. The Linux Foundation is dedicated to the further development of OBS and has a team, including two full-time OBS maintainers, contributing to its development and its use by MeeGo and the Ecosystem.
MeeGo currently uses OBS version 2.1.1. To learn more about version 2.1 and the additional features in it, see the upstream project details: roadmap.
There are 3 OBS instances that are relevant to MeeGo
- MeeGo core: Essentially, if you're a core package maintainer/developer, you get an account here.
- MeeGo build system: For anyone to build applications or libraries against MeeGo. Anyone with a meego.com account can use this.
- openSuse: This is not for building *against* MeeGo... but we need to support MeeGo tools on many platforms and some of those get built on the openSuse OBS.
Overview - What does it do?
Let's set out some basics about the OBS.
- It's a build system. You put source on it and say "use this repository" and it builds a minimal SDK-like chroot using the deb/rpms it finds in that repository
- It has packages - a package corresponds to a tarball and a spec/dsc
- It has projects - a project is like a directory with packages
- When a package is built it is "published" from the project where it was uploaded into a corresponding repository (which can be used to build other projects)
- The repositories can also be used by devices to download binary packages.
The MeeGo build system is part of meego.com infrastructure and supports several important kinds of development:
- Applications to run on MeeGo
- Surrounds: the MeeGo contribution and sharing area. (This is the repository with dependencies to support Applications to run on MeeGo, think debian contrib, or ubuntu universe)
- Team Repositories
- Personal Repositories
Having these areas allow us to support:
- Managing packages as part of their acceptance into MeeGo core
- Deprecating packages from MeeGo core
There's also a MeeGo Community build service available.