Open Build Service

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Semsi Paco Virchow (talk | contribs) at 21:33, 29 July 2013 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Open Build Service
Developer(s)SUSE, Linux Foundation
Stable release
2.4 / April 30, 2013; 11 years ago (2013-04-30)
Repository
Written inPerl, Ruby
Operating systemLinux
TypeWeb service, Cross compiler
LicenseGPL
Websiteopenbuildservice.org

The Open Build Service (formerly called OpenSUSE Build Service)[1] is an open and complete distribution development platform designed to encourage developers to compile packages for multiple Linux distributions including openSUSE, Red Hat, Mandriva, Ubuntu, Fedora and Debian. It typically simplifies the packaging process, so developers can more easily package a single program for many distributions, and many openSUSE releases, making more packages available to users regardless of what distribution they use. Also, product and appliance building is supported by OBS.

The Build Service software is published under the GPL.[2] In an acknowledgement of its usefulness to the wider Linux community, the Linux Foundation has announced that the project will be added to the Linux Developer Network (LDN).[3] Also, various companies,[4] MeeGo project and Tizen are using it for developing their distribution.

It also delivers a collaboration environment, allowing developer groups to build and submit changes to other projects.

Workflow and usage

One can either run the Open Build Service as a private installation, or utilize public instances such as the openSUSE Build Service located at build.opensuse.org, hosted by Novell. The latter offers up to 400 build slots,[5] but naturally, external services may impose limitations as to what packages are allowed to be hosted, so private installations are usually chosen when proprietary or legally problematic software is to be hosted.

Each packager has a "home" project by default where they can upload sources and definitions on how to build RPM or Debian packages. Commits outside the home space is possible given permissions have been granted to a developer. After each upload, the Build Service schedules the changed packages to be rebuilt. On completion, the resulting binary packages are published instantaneously to the download server, which makes them available to the public.

The Build Service provides a public API [6] which is implemented in several user interfaces:

Furthermore, a plug-in for integrating the Build Service into Eclipse is developed as a Google Summer of Code project.[8][9][10] As well as a plugin for Qt Creator.[11]

Instances can be linked, such that sources and packages from a remote host can be reused, thereby eliminating the need to bootstrap/import dependencies manually for preexisting projects.

Versions and history

  • 2006-02-22 — initial announcement[12]
  • 2007-12-21 — Version 0.5[13]
  • 2008-04-16 — Version 0.9[14]
  • 2008-07-09 — Version 1.0[15]
  • 2009-03-19 — Version 1.5[16]
  • 2010-06-09 — Versions 1.8 and 2.0[17]
  • 2012-05-03 — Version 2.3[18]
  • 2013-04-30 — Version 2.4[19]

See also

References

  1. ^ openSUSE renames OBS, news.opensuse.org, 2011-05-26, retrieved 2012-11-06
  2. ^ Complete openSUSE Build Service under GPL available, lists.opensuse.org, 2007-01-24, retrieved 2012-11-06
  3. ^ LF to Make the openSUSE Build Service Available Through LDN, ldn.linuxfoundation.org, retrieved 2012-11-06
  4. ^ openSUSE:Build Service installations, opensuse.org, 2009-01-27, retrieved 2012-11-06
  5. ^ OpenSUSE's public Build Service, build.opensuse.org, 2012-05-25, retrieved 2012-11-06
  6. ^ openSUSE Build Service API Documentation, build.opensuse.org, retrieved 2013-07-09
  7. ^ osc, the Python command line client, opensuse.org, retrieved 2012-11-06
  8. ^ Google Summer of Code: Project Application Information[dead link]
  9. ^ Long Hong sources tarball for BuildService, code.google.com, retrieved 2012-11-06
  10. ^ prebuilt BSUIPlugin-1.2.0.jar Eclipse plugin, build.opensuse.org, retrieved 2012-11-06
  11. ^ Project Bretzn, Social Desktop, 2010-10-26, retrieved 2012-11-06
  12. ^ The openSUSE Build Service - Adrian Schröter, lists.opensuse.org, 2006-02-22, retrieved 2012-11-06
  13. ^ openSUSE Build Service Version 0.5, news.opensuse.org, 2007-12-21, retrieved 2012-11-06
  14. ^ openSUSE Build Service Version 0.9, news.opensuse.org, 2008-04-16, retrieved 2012-11-06
  15. ^ openSUSE Build Service 1.0, news.opensuse.org, 2008-07-09, retrieved 2012-11-06
  16. ^ openSUSE Build Service 1.5, news.opensuse.org, 2009-03-19, retrieved 2012-11-06
  17. ^ openSUSE Build Service Version 1.8 and 2.0, news.opensuse.org, 2010-06-09, retrieved 2012-11-06
  18. ^ Open Build Service version 2.3 Released, news.opensuse.org, 2012-05-03, retrieved 2012-11-06
  19. ^ "Open Build Service version 2.4 released". 2013-04-30. Retrieved 2013-04-30.

External links