Skip to content

openSUSE/open-build-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4687805 · Mar 16, 2026

History

46,873 Commits
Sep 16, 2025
Mar 9, 2026
Jan 20, 2026
May 27, 2025
Sep 17, 2025
Mar 12, 2026
Dec 22, 2022
Mar 3, 2026
Mar 16, 2026
May 20, 2020
Jun 27, 2025
Jul 12, 2024
Jan 5, 2026
Nov 3, 2021
Mar 28, 2024
May 14, 2025
Feb 27, 2026
Mar 27, 2025
Jun 25, 2020
Nov 21, 2025
Mar 3, 2006
Jan 16, 2026
Feb 4, 2020
Mar 27, 2025
Mar 27, 2025
Feb 4, 2020
Sep 16, 2025
Jul 2, 2025
Sep 17, 2025
Nov 21, 2025
Jun 6, 2024
Apr 8, 2025
Sep 17, 2025
Apr 8, 2025

Build Status Code Coverage Code Coverage Maintainability Depfu CII Best Practices Build Results

Open Build Service

The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent, and reproducible way. You can release packages as well as updates, add-ons, appliances, and entire distributions for a wide range of operating systems and hardware architectures. More information can be found on openbuildservice.org.

The OBS consists of a backend and a frontend. The backend implements all the core functionality (i.e. building packages). The frontend provides a web application and XML API for interacting with the backend. Additionally, there is a command line client (osc) for the API which is developed in a separate repository.

Licensing

The Open Build Service is Free Software and is released under the terms of the GPL, except where noted. Additionally, 3rd-party content (like, but not exclusively, the webui icon theme) may be released under a different license. Please check the respective files for details.

Community

You can discuss with the OBS Team via IRC on the channel #opensuse-buildservice or you can use our mailing list opensuse-buildservice@opensuse.org. Please refer to the openSUSE Mailing Lists page to learn about our mailing list subscription and additional information.

Development / Contribution

If you want to contribute to the OBS, please checkout our contribution readme:-)

Contribution Analytics Image

Source Code Repository Layout

The OBS source code repository is hosted on Github and organized like this:

    dist          Files relevant for our distribution packages
    docs          Documentation, examples and schema files
    src/api       Rails app (Ruby on Rails)
    src/backend   Backend code (Perl)

Installation

To run the OBS in production, we recommend using our appliance which is the whole package: A recent and stable Linux Operating System (openSUSE) bundled and pre-configured with all the server and OBS components you need to get going.

If that is not for you because you have some special needs for your setup (e.g. different partition schema, SLES as base system, etc.), you can also install our packages and run a setup wizard. The docker compose setup is meant only for development.

After finishing the installation of your base system, follow these steps:

  1. Add the OBS software repository with zypper. Please be aware, that the needed URL differs, depending on your Base Operating System. We use openSUSE Leap 15.4 in this example.

    zypper ar -f https://download.opensuse.org/repositories/OBS:/Server:/2.10/15.4/OBS:Server:2.10.repo
  2. Install the package

    zypper in -t pattern OBS_Server
  3. Run our setup wizard

    /usr/lib/obs/server/setup-appliance.sh --force

Advanced Setup

If you have a more complex setup (e.g. a distributed backend), we recommend to read the High-level Overview chapter in our Administrator Guide.